CN107766043B - Large-screen data visualization based realization method and system - Google Patents

Large-screen data visualization based realization method and system Download PDF

Info

Publication number
CN107766043B
CN107766043B CN201711091736.4A CN201711091736A CN107766043B CN 107766043 B CN107766043 B CN 107766043B CN 201711091736 A CN201711091736 A CN 201711091736A CN 107766043 B CN107766043 B CN 107766043B
Authority
CN
China
Prior art keywords
component
data
page
designer
visualization
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201711091736.4A
Other languages
Chinese (zh)
Other versions
CN107766043A (en
Inventor
余虎
张郭强
陈追平
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangdong Eshore Technology Co Ltd
Original Assignee
Guangdong Eshore Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Guangdong Eshore Technology Co Ltd filed Critical Guangdong Eshore Technology Co Ltd
Priority to CN201711091736.4A priority Critical patent/CN107766043B/en
Publication of CN107766043A publication Critical patent/CN107766043A/en
Application granted granted Critical
Publication of CN107766043B publication Critical patent/CN107766043B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses a realization method and a system based on large-screen data visualization, wherein the method comprises the following steps: configuring data content required by a page according to a component in a designer, the component comprising: the system comprises a graphic component, a data set component, a data source component, a report component, an auxiliary graphic component, a parameter component, a page area attribute component and a source code editing component; generating xml and jsp packets according to the data content configured by the components in the designer to form a middleware; the analyzer packages a corresponding data interface according to the data configured in the xml; and calling a data interface according to the logical relationship, acquiring data required by the generation of the visual page, and generating the visual page. The invention adopts a mode of separating a designer from an analyzer, and embeds an xml middleware between the designer and the analyzer to realize logic isolation of the designer and the analyzer. The separation of the designer and the analyzer is facilitated, the coupling degree is reduced, and the applicability and the practicability of the system are improved.

Description

Large-screen data visualization based realization method and system
Technical Field
The invention relates to the technical field of data visualization, in particular to a method and a system for realizing large-screen data visualization.
Background
Data visualization is a study of the visual representation of data; wherein the visual representation of the data is defined as a kind of information extracted in a summary form, including various attributes and variables of the corresponding information unit. The method mainly aims to clearly and effectively convey and communicate information by means of graphical means. To effectively convey the concept of thought, aesthetic forms and functions need to be streamlined, enabling in-depth insight into rather sparse and complex data sets by intuitively conveying key aspects and features.
At present, Echarts graphical report technology + custom graphs and auxiliary graphs are adopted for data visualization. Multiple versions of relational and file data and static data and API interface data sets are compatible. But in the result of the data set, firstly, no parameter component is added for secondary data screening intersection and data authority filtering, and secondly, no source code editing function is provided. The above problems have resulted in the design of data visualizations being left out; the designers in the team have insufficient experience in presenting complex data; many designed charts and special effects are time-consuming and labor-consuming to develop; the method has the problems of lack of related component/tool support and the like for the analysis and the display of non-traditional report data types (such as spatio-temporal data and relational data).
In addition, the existing data visualization system is basically composed of a designer and an analyzer, wherein the designer is provided with a template library, and configures attributes, data sets and the like of each area of a page through related components to generate relational data, then the relational data are issued and then are delivered to the analyzer to read the configured relational data according to an issuing address to analyze the data so as to generate the page. And the PC terminal and the large-screen terminal access the published address display page through an http protocol. The design mode brings problems that the designer and the resolver are difficult to separate, and the coupling degree is high.
In view of the above, there is a need to provide further improvements to the current implementation method of large-screen data visualization.
Disclosure of Invention
In order to solve at least one of the above technical problems, the present invention provides a method and a system for implementing large-screen data visualization.
In order to achieve the purpose, the invention adopts a technical scheme that: the implementation method based on the large-screen data visualization is suitable for being executed in computer equipment and comprises the following steps in sequence:
s30, configuring data content needed by the page according to the components in the designer, wherein the components comprise: the system comprises a graphic component, a data set component, a data source component, a report component, an auxiliary graphic component, a parameter component, a page area attribute component and a source code editing component;
s40, generating xml and jsp packets according to the data content configured by the components in the designer to form a middleware;
s50, the parser packages the corresponding data interface according to the data configured in the xml;
and S60, calling a data interface according to the logical relationship, acquiring data required by the generation of the visual page, and generating the visual page.
In a specific embodiment, before the step S30, the method further includes:
and S101, creating a page according to a template library in a designer.
In a specific embodiment, the step S30 is preceded by the following steps in order:
s102, creating a page according to a custom page in a designer;
and S103, adding the self-defined page into a template library.
In a specific embodiment, the step S30 is preceded by the following steps in sequence:
s201, defining a data source;
and S202, defining a data set.
In a specific embodiment, the step S30 specifically includes the following steps in order:
s301, defining a parameter component;
s302, configuring data content in a parameter component, wherein the parameter component comprises: a date component, a time axis component, a text box component, a drop-down box component, a tree component, a single-selection and check button component;
s303, screening condition data through the parameter component;
s304, configuring data content required by the page according to the component in the designer, wherein the component comprises: the system comprises a graphic component, a data set component, a data source component, a report component, an auxiliary graphic component, a page area attribute component and a source code editing component.
In order to achieve the purpose, the invention adopts another technical scheme that: an implementation system based on large-screen data visualization, which is suitable for being executed in a computer device, the implementation system based on large-screen data visualization comprising:
a configuration module for configuring data content required by a page according to a component in a designer, the component comprising: the system comprises a graphic component, a data set component, a data source component, a report component, an auxiliary graphic component, a parameter component, a page area attribute component and a source code editing component;
the middleware module is used for generating xml and jsp packets according to the data content configured by the components in the designer to form a middleware;
the packaging module is used for packaging the corresponding data interface by the analyzer according to the data configured in the xml;
and the visualization generating module is used for calling the data interface according to the logical relationship, acquiring data required by the generation of the visualization page and generating the visualization page.
In a specific embodiment, the implementation system based on large-screen data visualization further includes:
and the template creating module is used for creating a page according to the template library in the designer.
In a specific embodiment, the implementation system based on large-screen data visualization further includes:
the user-defined page module is used for creating a page according to a user-defined page in the designer;
and the adding module is used for adding the self-defined page into the template library.
In a specific embodiment, the implementation system based on large-screen data visualization further includes:
the data source defining module is used for defining a data source;
and the data set defining module is used for defining the data set.
In a specific embodiment, the configuration module specifically includes:
the parameter component defining module is used for defining parameter components;
a parameter configuration component module, configured to configure data content in a parameter component, where the parameter component includes: a date component, a time axis component, a text box component, a drop-down box component, a tree component, a single-selection and check button component;
the screening module is used for screening the condition data through the parameter component;
a sub-configuration module for configuring data content required by a page according to a component in a designer, the component comprising: the system comprises a graphic component, a data set component, a data source component, a report component, an auxiliary graphic component, a page area attribute component and a source code editing component.
The technical scheme of the invention mainly combines a data visualization designer to design the page through graphical page configuration. And a parameter component is combined in the data set to provide data secondary screening intersections. And a source code editing intersection is provided for developers to code the page more finely by one step. In addition, the invention adopts a mode of separating the designer from the analyzer, and embeds xml middleware between the designer and the analyzer to realize logic isolation of the designer and the analyzer. The separation of the designer and the analyzer is facilitated, the coupling degree is reduced, and the applicability and the practicability of the system are improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the structures shown in the drawings without creative efforts.
FIG. 1 is a general idea framework of the present invention;
FIG. 2 is a flowchart of a method for implementing large-screen data visualization according to an embodiment of the present invention;
FIG. 3 is a flowchart of a method for implementing large-screen data visualization according to another embodiment of the present invention;
fig. 4 is a block diagram of a system for implementing large-screen data visualization according to an embodiment of the present invention.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
It should be noted that the description of the invention relating to "first", "second", etc. is for descriptive purposes only and is not to be construed as indicating or implying any relative importance or implicit indication of the number of technical features indicated. Thus, a feature defined as "first" or "second" may explicitly or implicitly include at least one such feature. In addition, technical solutions between various embodiments may be combined with each other, but must be realized by a person skilled in the art, and when the technical solutions are contradictory or cannot be realized, such a combination should not be considered to exist, and is not within the protection scope of the present invention.
In order to more clearly illustrate the content of the present invention, the general design idea of the present invention is introduced first, and referring to fig. 1, the overall idea framework diagram of the present invention is shown. The separation of the designer and the analyzer is facilitated, the coupling degree is reduced, and the applicability and the practicability of the system are improved. Wherein, a parameter component is introduced into a designer data set, and secondary data filtering is realized. And the data switching effect of down-conversion and linkage of the graphic area is realized through the transmission of the data parameters. A source code editing component function is also introduced into the designer, and the design problem that the graphical configuration attribute cannot solve is realized for the created page in a code editing mode.
Referring to fig. 2, in an embodiment of the present invention, the implementation method based on large-screen data visualization is suitable for being executed in a computer device, and the implementation method based on large-screen data visualization includes the following steps in order:
s30, configuring data content needed by the page according to the components in the designer, wherein the components comprise: the system comprises a graphic component, a data set component, a data source component, a report component, an auxiliary graphic component, a parameter component, a page area attribute component and a source code editing component;
s40, generating xml and jsp packets according to the data content configured by the components in the designer to form a middleware;
s50, the parser packages the corresponding data interface according to the data configured in the xml;
and S60, calling a data interface according to the logical relationship, acquiring data required by the generation of the visual page, and generating the visual page.
Specifically, firstly, data contents required by the page are configured according to a graphic component, a data set component, a data source component, a report component, an auxiliary graphic component, a parameter component, a page area attribute component, a source code editing component and the like in the designer.
Then, the page realized by the designer configures the attribute content to obtain product xml and jsp packets, and forms the middleware. The parser is implemented logically and physically isolated from the designer. The parser and the middleware can be independently packaged to be used by any other system. The designer and the resolver are effectively separated, the system coupling degree is reduced, and the applicability and the practicability of the system are improved.
The parser encapsulates all data interfaces: the system comprises a graphic script interface, a conventional report interface, other auxiliary graphic interfaces, a parameter interface, a data source interface, a data set interface, an area attribute interface and the like. And calling a data interface according to the data configured by the xml and the logic relationship to generate data preparation work required by the visual page, and finally achieving the effect of page rendering.
Finally, the operator designs a visual page through the designer, and forms the visual page of the operator through publishing and publishing the interface. The ordinary user can directly access the visual page designed by the operator.
Through the data parameter component, the data is inquired according to the screening condition of the page data, and the screening can conveniently browse historical data and focus on the concerned data. A source code editing component function is also introduced into the designer, and the design problem that the graphical configuration attribute cannot solve is realized for the created page in a code editing mode.
The realization method based on large screen data visualization solves different aesthetic requirements by providing abundant components and graphic components; the data set component and the data source component solve the problem of data source dispersion; the report component supports the analysis and display of various data types; the graphical construction tool can be quickly realized without professional programmers; satisfying various scenarios is achieved, for example: meeting exhibition, business monitoring, risk early warning, geographic information analysis and the like.
Referring to fig. 3, in an embodiment of the present invention, the implementation method based on large-screen data visualization is suitable for being executed in a computer device, and the implementation method based on large-screen data visualization includes the following steps in order:
and S101, creating a page according to a template library in a designer.
S201, defining a data source;
and S202, defining a data set.
S30, configuring data content needed by the page according to the components in the designer, wherein the components comprise: the system comprises a graphic component, a data set component, a data source component, a report component, an auxiliary graphic component, a parameter component, a page area attribute component and a source code editing component;
s40, generating xml and jsp packets according to the data content configured by the components in the designer to form a middleware;
s50, the parser packages the corresponding data interface according to the data configured in the xml;
and S60, calling a data interface according to the logical relationship, acquiring data required by the generation of the visual page, and generating the visual page.
In the embodiment, a plurality of scene templates are provided in the designer, so that the problem of the designer is solved, the design efficiency is improved, and the rapid development and release are convenient.
In another specific embodiment, the step S101 may further include:
s102, creating a page according to a custom page in a designer;
and S103, adding the self-defined page into a template library.
The user can create the page according to the user-defined page in the designer, and then the user-defined page is added into the template library.
In this embodiment, a user may define a data source, and the manner of defining the data source may be selected from the existing one, or may be newly created by the user; defining a data set may be defined as SQL or Csv, txt, json, etc.
In another specific embodiment, the step S30 specifically includes the following steps in order:
s301, defining a parameter component;
s302, configuring data content in a parameter component, wherein the parameter component comprises: a date component, a time axis component, a text box component, a drop-down box component, a tree component, a single-selection and check button component;
s303, screening condition data through the parameter component;
s304, configuring data content required by the page according to the component in the designer, wherein the component comprises: the system comprises a graphic component, a data set component, a data source component, a report component, an auxiliary graphic component, a page area attribute component and a source code editing component.
The parameter component comprises: date components, time axis, text boxes, drop down boxes, trees, single and check button groups, etc. The page data is screened for conditional query data by these components. The brushing can make you convenient to browse historical data and focus on data that you are concerned about. Data filtering in the data set is realized by combining the parameters with the data set sql. E.g. SQL statement select from random duolalweight 1 ═ 1
andcreate _ time ═ 201708' in sql we can see that the data is data for month 8, and if we want to see that data for month 7 does not utilize the parameter component, we would need to modify the dataset again or redefine the page. This makes the work cumbersome. After adding the parameter component concept, the SQL statement may be modified to select from random binary where 1{ [ and create _ time ═ create _ time' ] } we define 201708 as a variable by the user himself, and the user may select the month of viewing desired by the user in the parameter component according to the need, and then return the selected month to the SQL statement to replace the variable. The combination of the parameters and SQL can realize secondary data filtering.
Referring to fig. 4, in an embodiment of the present invention, the implementation system based on large-screen data visualization is suitable for being executed in a computer device, and the implementation system based on large-screen data visualization includes:
a configuration module for configuring data content required by a page according to a component in a designer, the component comprising: the system comprises a graphic component, a data set component, a data source component, a report component, an auxiliary graphic component, a parameter component, a page area attribute component and a source code editing component;
the middleware module is used for generating xml and jsp packets according to the data content configured by the components in the designer to form a middleware;
the packaging module is used for packaging the corresponding data interface by the analyzer according to the data configured in the xml;
and the visualization generating module is used for calling the data interface according to the logical relationship, acquiring data required by the generation of the visualization page and generating the visualization page.
Through the data parameter component, the data is inquired according to the screening condition of the page data, and the screening can conveniently browse historical data and focus on the concerned data. A source code editing component function is also introduced into the designer, and the design problem that the graphical configuration attribute cannot solve is realized for the created page in a code editing mode.
The realization system based on large screen data visualization provides rich components and graphic components, and different aesthetic requirements are met; the data set component and the data source component solve the problem of data source dispersion; the report component supports the analysis and display of various data types; the graphical construction tool can be quickly realized without professional programmers; satisfying various scenarios is achieved, for example: meeting exhibition, business monitoring, risk early warning, geographic information analysis and the like.
In a specific embodiment, the implementation system based on large-screen data visualization further includes:
and the template creating module is used for creating a page according to the template library in the designer.
In the embodiment, the template creating module provides a plurality of scene templates, so that the problem of a designer is solved, the design efficiency is improved, and the rapid development and release are convenient.
In a specific embodiment, the implementation system based on large-screen data visualization further includes:
the user-defined page module is used for creating a page according to a user-defined page in the designer;
and the adding module is used for adding the self-defined page into the template library.
In the embodiment, a user can create a page according to a user-defined page in a designer, and then the user-defined page is added into the template library.
The above description is only a preferred embodiment of the present invention, and is not intended to limit the scope of the present invention, and all modifications and equivalents of the present invention, which are made by the contents of the present specification and the accompanying drawings, or directly/indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (8)

1. An implementation method based on large-screen data visualization is suitable for being executed in computer equipment, and is characterized in that the implementation method based on large-screen data visualization comprises the following steps:
s30, configuring data content needed by the page according to the components in the designer, wherein the components comprise: the system comprises a graphic component, a data set component, a data source component, a report component, an auxiliary graphic component, a parameter component, a page area attribute component and a source code editing component;
s40, generating xml and jsp packets according to the data content configured by the components in the designer to form a middleware;
s50, the parser packages the corresponding data interface according to the data configured in the xml;
s60, calling a data interface according to the logical relationship, acquiring data required by the generation of the visual page, and generating the visual page;
the step S30 specifically includes: s301, defining a parameter component; s302, configuring data content in a parameter component, wherein the parameter component comprises: a date component, a time axis component, a text box component, a drop-down box component, a tree component, a single-selection and check button component; s303, screening condition data through the parameter component; s304, configuring data content required by the page according to the component in the designer, wherein the component comprises: the system comprises a graphic component, a data set component, a data source component, a report component, an auxiliary graphic component, a page area attribute component and a source code editing component.
2. The method for implementing large-screen data visualization according to claim 1, wherein the step S30 is preceded by:
and S101, creating a page according to a template library in a designer.
3. The method for implementing large-screen data visualization according to claim 1, wherein the step S30 is preceded by:
s102, creating a page according to a custom page in a designer;
and S103, adding the self-defined page into a template library.
4. The method for implementing large-screen data visualization according to claim 2 or 3, wherein the step S30 is preceded by:
s201, defining a data source;
and S202, defining a data set.
5. An implementation system based on large-screen data visualization, which is suitable for being executed in a computer device, the implementation system based on large-screen data visualization comprising:
a configuration module for configuring data content required by a page according to a component in a designer, the component comprising: the system comprises a graphic component, a data set component, a data source component, a report component, an auxiliary graphic component, a parameter component, a page area attribute component and a source code editing component;
the middleware module is used for generating xml and jsp packets according to the data content configured by the components in the designer to form a middleware;
the packaging module is used for packaging the corresponding data interface by the analyzer according to the data configured in the xml;
the visualization generating module is used for calling a data interface according to the logical relationship, acquiring data required by the generation of the visualization page and generating the visualization page;
the configuration module specifically includes: the parameter component defining module is used for defining parameter components; a parameter configuration component module, configured to configure data content in a parameter component, where the parameter component includes: a date component, a time axis component, a text box component, a drop-down box component, a tree component, a single-selection and check button component; the screening module is used for screening the condition data through the parameter component; a sub-configuration module for configuring data content required by a page according to a component in a designer, the component comprising: the system comprises a graphic component, a data set component, a data source component, a report component, an auxiliary graphic component, a page area attribute component and a source code editing component.
6. The system for implementing large-screen-based data visualization of claim 5, wherein the system for implementing large-screen-based data visualization further comprises:
and the template creating module is used for creating a page according to the template library in the designer.
7. The system for implementing large-screen-based data visualization of claim 5, wherein the system for implementing large-screen-based data visualization further comprises:
the user-defined page module is used for creating a page according to a user-defined page in the designer;
and the adding module is used for adding the self-defined page into the template library.
8. The system for implementing large-screen-based data visualization according to claim 6 or 7, wherein the system for implementing large-screen-based data visualization further comprises:
the data source defining module is used for defining a data source;
and the data set defining module is used for defining the data set.
CN201711091736.4A 2017-11-08 2017-11-08 Large-screen data visualization based realization method and system Active CN107766043B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711091736.4A CN107766043B (en) 2017-11-08 2017-11-08 Large-screen data visualization based realization method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711091736.4A CN107766043B (en) 2017-11-08 2017-11-08 Large-screen data visualization based realization method and system

Publications (2)

Publication Number Publication Date
CN107766043A CN107766043A (en) 2018-03-06
CN107766043B true CN107766043B (en) 2021-01-15

Family

ID=61273405

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711091736.4A Active CN107766043B (en) 2017-11-08 2017-11-08 Large-screen data visualization based realization method and system

Country Status (1)

Country Link
CN (1) CN107766043B (en)

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109189512B (en) * 2018-06-28 2021-12-28 中译语通科技股份有限公司 Data graphical editing interface method
CN109117119B (en) * 2018-07-02 2021-06-22 成都四方伟业软件股份有限公司 Multi-state assembly fusion method
CN110780866A (en) * 2019-09-23 2020-02-11 紫光云(南京)数字技术有限公司 Card-based filtering method in visual editing system
CN111597005B (en) * 2020-05-18 2023-09-05 深圳航天智慧城市***技术研究院有限公司 Big data visualization three-dimensional GIS cloud rendering item generation system and method
CN112966160A (en) * 2021-03-08 2021-06-15 浪潮云信息技术股份公司 Template-based multi-slide page large-screen display method and device
CN114296722A (en) * 2021-12-10 2022-04-08 浙江嘉兴数字城市实验室有限公司 Visual rapid development method and system applied to digital reform
CN114416084B (en) * 2021-12-31 2023-04-07 北京五八信息技术有限公司 Data processing method and device, electronic equipment and storage medium
CN115309395A (en) * 2022-07-29 2022-11-08 福州顶点信息管理有限公司 Webpage low-code design method and device with separated design and analysis capabilities
CN117289930B (en) * 2023-11-27 2024-02-02 杭州比智科技有限公司 Construction method and system suitable for data large screen custom theme style

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101430710A (en) * 2008-11-14 2009-05-13 中国科学院软件研究所 Data visualization engine system
CN104133680A (en) * 2014-07-25 2014-11-05 诺伊曼(福建)信息科技有限公司 Fast building method of ERP form module
CN106775271A (en) * 2016-11-29 2017-05-31 中电科华云信息技术有限公司 The method that the transmission of system integration custom parameter is realized based on visualized operation list
CN107330053A (en) * 2017-06-27 2017-11-07 北京天机数测数据科技有限公司 The visual design device and data large-size screen monitors preparation method based on ReactJS

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8725763B2 (en) * 2011-11-23 2014-05-13 Siemens Product Lifecycle Management Software Inc. Massive model visualization with spatial indexing

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101430710A (en) * 2008-11-14 2009-05-13 中国科学院软件研究所 Data visualization engine system
CN104133680A (en) * 2014-07-25 2014-11-05 诺伊曼(福建)信息科技有限公司 Fast building method of ERP form module
CN106775271A (en) * 2016-11-29 2017-05-31 中电科华云信息技术有限公司 The method that the transmission of system integration custom parameter is realized based on visualized operation list
CN107330053A (en) * 2017-06-27 2017-11-07 北京天机数测数据科技有限公司 The visual design device and data large-size screen monitors preparation method based on ReactJS

Also Published As

Publication number Publication date
CN107766043A (en) 2018-03-06

Similar Documents

Publication Publication Date Title
CN107766043B (en) Large-screen data visualization based realization method and system
CN106528129B (en) A kind of Web application interface generation system and method
CN114035773B (en) Configuration-based low-code form development method, system and device
CN111079047B (en) Web-oriented page construction system
CN106599039B (en) Statistical representation method supporting free combination nesting of relational database data
CN105549982A (en) Automated development platform based on model configuration
CN108038212B (en) Data interaction method, device, system, equipment and storage medium
CN104484189A (en) Construction and design method of application interface
CN113504908A (en) Business code generation method and device, electronic equipment and computer readable medium
CN110347383A (en) The front end development approach and device of cross-platform desktop application
CN110795093B (en) Interactive view generation method and device
CN108279882B (en) Framework generation method, device, equipment and computer readable medium
CN103778201A (en) Large-screen visualization display system and method based on procedural model configuration
CN106027785A (en) Voice processing method and terminal
CN103150154A (en) Implementation method and device of application plug-in
DE212016000256U1 (en) Port management for graphical modeling
CN104331290A (en) Resource type management and page display method and system
CN108681454A (en) A kind of webpage visualization component development method
CN112860247B (en) Custom generation method, device, equipment and medium of model component
US8732615B2 (en) Unified interface for display and modification of data arrays
US10540064B1 (en) Framework for creating hierarchical navigation trees using user interface plugins
CN104820764A (en) Method and device for producing electronic assembly technologic document
CN115495069A (en) Model-driven coal industry software flow implementation method, device and equipment
CN108664519B (en) Business rule management method and device, electronic equipment and storage medium
CN110704394B (en) Report configuration modification method and device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant