CN109739909A - A kind of methods of exhibiting and system fast implementing data visualization chart based on label - Google Patents

A kind of methods of exhibiting and system fast implementing data visualization chart based on label Download PDF

Info

Publication number
CN109739909A
CN109739909A CN201910012160.0A CN201910012160A CN109739909A CN 109739909 A CN109739909 A CN 109739909A CN 201910012160 A CN201910012160 A CN 201910012160A CN 109739909 A CN109739909 A CN 109739909A
Authority
CN
China
Prior art keywords
chart
label
data
attribute
configuration
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.)
Granted
Application number
CN201910012160.0A
Other languages
Chinese (zh)
Other versions
CN109739909B (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.)
Inspur General Software Co Ltd
Original Assignee
Shandong Inspur Genersoft Information 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 Shandong Inspur Genersoft Information Technology Co Ltd filed Critical Shandong Inspur Genersoft Information Technology Co Ltd
Priority to CN201910012160.0A priority Critical patent/CN109739909B/en
Publication of CN109739909A publication Critical patent/CN109739909A/en
Application granted granted Critical
Publication of CN109739909B publication Critical patent/CN109739909B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The invention discloses a kind of methods of exhibiting and system that data visualization chart is fast implemented based on label, belong to field of computer technology, the technical problem to be solved in the present invention is how to fast implement the displaying of data visualization chart, achievees the effect that original visual chart is developed;A kind of technical solution of use are as follows: 1. methods of exhibiting that data visualization chart is fast implemented based on label, this method is to define a group of labels attribute, database SQL configuration is inquired by tag attributes, realize dynamic queries chart data, and processing and succinct setting chart display styles are formatted to data by tag attributes, the setting of display styles attribute and data acquisition by cumbersome Visual Chart are encapsulated in customized label, to keep Visual Chart exploitation more convenient.2. a kind of display systems for fast implementing data visualization chart based on label, which includes representation module, control module and model module.

Description

A kind of methods of exhibiting and system fast implementing data visualization chart based on label
Technical field
The present invention relates to field of computer technology, specifically a kind of to fast implement data visualization chart based on label Methods of exhibiting and system.
Background technique
In Visual Chart exploitation, programming personnel needs the initialization from chart, obtains data, chart style and chart Can just required diagrammatic representation be come out by showing that Four processes are started with, if the page needs to show multiple charts, this process With regard to troublesome dull and easy error.The displaying for how fast implementing data visualization chart reaches original visual figure The effect of table exploitation is the technical issues of current technology solves.
The patent document of Patent No. CN107491553A discloses a kind of data digging method and system, comprising: is based on The SQL query engine of memory is inquired and is analyzed from the source data in big data warehouse according to inquiry instruction, and is saved and divided Analyse result.Data exploration and visualization tool are detected and are visualized to query result.But the technical solution cannot The displaying for realizing data visualization chart achievees the effect that original visual chart is developed.
Summary of the invention
Technical assignment of the invention be to provide it is a kind of based on label fast implement data visualization chart methods of exhibiting and System achievees the effect that original visual chart is developed to solve how to fast implement the displaying of data visualization chart The problem of.
Technical assignment of the invention realizes that one kind fast implements data visualization chart based on label in the following manner Methods of exhibiting, this method is to define a group of labels attribute, by tag attributes inquire database SQL configuration, realize dynamic look into Chart data is ask, and processing and succinct setting chart display styles are formatted to data by tag attributes, it will be numerous The display styles attribute of trivial Visual Chart is arranged and data acquisition is encapsulated in customized label, to make Visual Chart It is more convenient to develop.
Preferably, the tag attributes include id, reportId, reportType, reportSpecs, reportParams、chartType、mapType、clickChart、dbClickChart、chartTitle、 chartDataOptions、chartDisplayOptions、height、width、display、style。
Preferably, the tag attributes inquiry database SQL configuration, realizes the specific steps of dynamic queries chart data It is as follows:
(1), reportId, reportParams attribute of customized label are configured;
(2), dynamic sql is inquired from table according to the reportId of configuration;
(3), SQL is spliced according to the reportParams dynamic state of parameters of configuration, generates executable SQL, inquire data;
(4), the data checked out are packaged into the available JSON string of Visual Chart and return to customized label.
More preferably, the tag attributes inquiry database SQL configuration, realizes that dynamic queries chart data mainly includes two kinds Data acquisition approach:
1., using reportId attribute SQL mark ID is passed into backstage, from the background by inquiry database by SQL query Out, parameter is spliced in SQL further according to the configuration of reportParam and inquires data again;
2., use reportSpecs attribute, backstage directly execution reportSpecs attribute configuration SQL query data.
More preferably, described when being formatted processing to data by tag attributes, belonged to using chartDataOptions Property to the page show data be formatted;Such as: ' DATA_0':['bar', ' health degree ', ' %', 0, ' p2'], DIM_ 0':[' classification '], DATA is formatted to data axis content, and DIM is formatted to X-axis;
The content of formatting include Visual Chart message notifying frame show content, subtype selection, axis title with And data decimal point percentage processing.
More preferably, the setting chart display styles concrete condition succinct by tag attributes is as follows:
1., for the configuration of common chart display styles, in resource file .properties by KEY=VALUE Mode lists common chart attribute, carries out the configuration of chart display styles using chartDisplayOptions attribute;Such as: ChartDisplayOptions=" ' cpl':'8%', ' cpr':'13%'};
2., for the configuration of more difficult chart display styles, if being shown in resource file .properties to more difficult chart Style configuration cannot achieve, then customized label is also supported using the traditional formal definition OPTION of Visual Chart to chart wind Lattice are configured.
More preferably, the tag attributes are by configuring customized label most to chartType and mapType attribute configuration It is shown as a variety of Visual Charts eventually, customized label is defaulted by the content configured is arranged display styles to chart;Simultaneously certainly Defining label is also that Visual Chart extension remains interface.
More preferably, the Visual Chart includes line chart, column diagram, pie chart, map, thermodynamic chart and point diagram.
A kind of display systems fast implementing data visualization chart based on label, the system include representation module, control Module and model module;
Wherein, representation module is for defining a group of labels attribute;
Control module is used to inquire database SQL configuration by tag attributes, realizes dynamic queries chart data, and pass through Tag attributes are formatted processing and succinct setting chart display styles to data;
Model module is used to for the style attribute of cumbersome Visual Chart being arranged and data acquisition is encapsulated in customized mark In label, to keep Visual Chart exploitation more convenient.
Preferably, the tag attributes include id, reportId, reportType, reportSpecs, reportParams、chartType、mapType、clickChart、dbClickChart、chartTitle、 chartDataOptions、chartDisplayOptions、height、width、display、style。
It is of the invention the methods of exhibiting of data visualization chart to be fast implemented based on label and system has the advantage that
(1), the present invention is encapsulated the process that Visual Chart is developed using customized label, and programming personnel can be with Attribute by configuring customized label achievees the effect that original visual chart is developed, while can pass through label allocation attribute Achieve the purpose that Visual Chart is shown;
(2), style attribute setting and data acquisition of the present invention by cumbersome Visual Chart is encapsulated in customized label In, to keep Visual Chart exploitation more convenient;
(3), the present invention contains visualization by one group of customized label attribute of regulation, this group of customized label attribute Chart shows what required pattern was arranged, and supported the acquisition dynamic sql configuration of Visual Chart display data and shows to data Subsequent editing operations;Compared with existing Visual Chart programming development mode, the present invention is easy parsing, easily extension, subtracts programming Cumbersome work of the personnel to setting Visual Chart, simplifies code, improves development efficiency, has and promotes and applies valence well Value.
Detailed description of the invention
The following further describes the present invention with reference to the drawings.
Attached drawing 1 is the flow diagram that tag attributes inquire database SQL configuration;
Attached drawing 2 is the structural block diagram that the display systems of data visualization chart are fast implemented based on label;
Attached drawing 3 is the pages table effect picture in embodiment 3.
Specific embodiment
Label is based on to one kind of the invention referring to Figure of description and specific embodiment and fast implements data visualization figure The methods of exhibiting and system of table are described in detail below.
Embodiment 1:
The methods of exhibiting that data visualization chart is fast implemented based on label of the invention, this method are to define a group of labels Attribute inquires database SQL configuration by tag attributes, realizes dynamic queries chart data, and by tag attributes to data Processing and succinct setting chart display styles are formatted, the display styles attribute of cumbersome Visual Chart is arranged And data acquisition is encapsulated in customized label, to keep Visual Chart exploitation more convenient.Tag attributes include id, reportId、reportType、reportSpecs、reportParams、chartType、mapType、clickChart、 dbClickChart、chartTitle、chartDataOptions、chartDisplayOptions、height、width、 display、style。
As shown in Fig. 1, tag attributes inquiry database SQL configuration, realizes the specific steps of dynamic queries chart data It is as follows:
(1), reportId, reportParams attribute of customized label are configured;
(2), dynamic sql is inquired from table according to the reportId of configuration;
Table structure is as follows:
(3), SQL is spliced according to the reportParams dynamic state of parameters of configuration, generates executable SQL, inquire data;
(4), the data checked out are packaged into the available JSON string of Visual Chart and return to customized label.
Wherein, tag attributes inquiry database SQL configuration realizes that dynamic queries chart data mainly includes that two kinds of data obtain Take approach:
1., using reportId attribute SQL mark ID is passed into backstage, from the background by inquiry database by SQL query Out, parameter is spliced in SQL further according to the configuration of reportParam and inquires data again;
2., use reportSpecs attribute, backstage directly execution reportSpecs attribute configuration SQL query data.
Wherein, when being formatted processing to data by tag attributes, using chartDataOptions attribute to page Face shows that data are formatted;Such as: ' DATA_0':['bar', ' health degree ', ' %', 0, ' p2'], DIM_0':[' class Not '], DATA is formatted to data axis content, and DIM is formatted to X-axis;The content of formatting includes visual Change chart message notifying frame and shows content, subtype selection, axis title and the processing of data decimal point percentage.
Wherein, as follows by the succinct setting chart display styles concrete condition of tag attributes:
1., for the configuration of common chart display styles, in resource file .properties by KEY=VALUE Mode lists common chart attribute, carries out the configuration of chart display styles using chartDisplayOptions attribute;Such as: ChartDisplayOptions=" ' cpl':'8%', ' cpr':'13%'};
2., for the configuration of more difficult chart display styles, if being shown in resource file .properties to more difficult chart Style configuration cannot achieve, then customized label is also supported using the traditional formal definition OPTION of Visual Chart to chart wind Lattice are configured.
Wherein, tag attributes are by configuring customized label and finally showing to chartType and mapType attribute configuration For a variety of Visual Charts, customized label is defaulted by the content configured is arranged display styles to chart;Customized mark simultaneously Label also remain interface for Visual Chart extension.Visual Chart include line chart, column diagram, pie chart, map, thermodynamic chart with And point diagram.
Embodiment 2:
As shown in Fig. 2, the display systems of the invention that data visualization chart is fast implemented based on label, the system packet Include representation module, control module and model module;Wherein, representation module is for defining a group of labels attribute;Control module is used for Database SQL configuration is inquired by tag attributes, realizes dynamic queries chart data, and lattice are carried out to data by tag attributes Formulaization processing and succinct setting chart display styles;Model module is for setting the style attribute of cumbersome Visual Chart It sets and data acquisition is encapsulated in customized label, to keep Visual Chart exploitation more convenient.Tag attributes include id, reportId、reportType、reportSpecs、reportParams、chartType、mapType、clickChart、 dbClickChart、chartTitle、chartDataOptions、chartDisplayOptions、height、width、 display、style。
Embodiment 3:
Cylindricality illustrated example:
(1), resource distribution file .properties general-purpose attribute configures, and main code is as follows:
Cpl=/grid/x
Cpr=/grid/x2
Cpt=/grid/y
Cpb=/grid/y2
S0bgw=/series/0/barWidth
Y1=/yAxis/1/show
Ls=/legend/show
Lx=/legend/x
Ly=/legend/y
Y0ntfs=/yAxis/0/nameTextStyle/fontSize;
(2), customized label is imported in JSP page, main code is as follows:
<%@taglibprefix=" ichart " tagdir="/WEB-INF/tags/mashups/ichart " %>;
(3), DIV container, main code are as follows where addition echarts chart:
< div style=" height:200px;width:200px;"></div>;
(4), using customized label attribute of the present invention, column diagram is configured, main code is as follows:
Parameter configuration explanation:
A) .id=" lqjkd_bar_lwjkdpm_qs " parameter: the id of div is entitled built in specified customized label " lqjkd_bar_lwjkdpm_qs"。
B) .reportId=" lqjkd_bar_lwjkdpm_qs ", reportType=" sqlquery ", Three parameters of reportSpecs=" ": it is " lqjkd_bar_ that backstage, which can weigh in table and inquire ID, when reportSpecs is sky The dynamic sql of lwjkdpm_qs ", reportType=" sqlquery " illustrate that the sql executive mode is select retrieval mode.
C) .reportParams=" ' p_date':'$ selDateStart (yyyyMMdd, 1) $ ',
'p_sz':'$selSzZz$',
' p_kd':'$ selZz $ ' " parameter declaration: the parameter indicates the parameter that dynamic query of SQL needs to use.Such as: $ ahWhereStmt (and a=' #p_date# ') $ is described in SQL text, and backstage java code can be obtained from sesseion The value of selDateStart, if obtained less than if, this section of SQL content of $ ahWhereStmt (and a=' #p_date# ') $ be not Can occur in final SQL again, it is assumed that selDateStart value be that ' 20180801 ' then can then splice upper and in final SQL A=' 20180801 ' is inquired.
D) .chartType=" linebar " parameter declaration: customized label can be according to the linebar in chartType Parameter searches the style of column diagram default, carries out default style rendering to chart.
E) title .chartTitle=" " parameter declaration: is set to Visual Chart.
F) .chartDisplayOptions=" ' cpl':'8%',
' cpr':'13%',
' cpt':'20%',
' cpb':'20%',
's0bgw':25,
'y1':false,
'x0lr':-10,
'ls':true,
'lx':'right',
'ly':'top',
' y0ntfs':'0'} " parameter declaration: when default chart pattern is unsatisfactory for chart style style in chartType, Chart attribute is extended using the parameter value in chartDisplayOptions.Ginseng in chartDisplayOptions Number will configure chart style with resource distribution file (.properties).Such as: cpl is in properties file For/grid/x, indicate that cpl is the distance for configuring coordinate system distance div container coordinate, s0bgw in properties file for/ Series/0/barWidth indicates that sobgw is the column diagram width for configuring the 0th sets of data of series.
G) .width=" 100% " parameter declaration: indicate that chart accounts for 100% width of DIV container.
H) .height=" 100% " parameter declaration: indicate that chart accounts for 100% height of DIV container.
(5) if, there is no chart to show in resource distribution file (.properties) required for attribute, can be in resource Chart attribute is expanded using the form of KEY=VALUE in configuration file (.properties).Such as: to Y-axis scale Whether the display of label, which or not, is controlled, and y0ls=/yAxis/0/axisLabel/show can be added, then tag attributes again Used in chartDisplayOptions ' y0ls ': true controls Y-axis scale label and shows, ' y0ls ': false controls Y-axis and carves Scale label are not shown.
(6) if, using resource distribution file (.properties) KEY=VALUE it is bad to attribute carry out assignment, also The original mode of Visual Chart can be used to be configured OPTION attribute.After being added when setting by customized label id Sew _ form of chartOptionsVar is OPTION variable name;
Main code is as follows:
(7), pages table effect picture, as shown in Fig. 2.
Finally, it should be noted that the above embodiments are only used to illustrate the technical solution of the present invention., rather than its limitations;To the greatest extent Pipe present invention has been described in detail with reference to the aforementioned embodiments, those skilled in the art should understand that: its according to So be possible to modify the technical solutions described in the foregoing embodiments, or to some or all of the technical features into Row equivalent replacement;And these are modified or replaceed, various embodiments of the present invention technology that it does not separate the essence of the corresponding technical solution The range of scheme.

Claims (10)

1. a kind of methods of exhibiting for fast implementing data visualization chart based on label, which is characterized in that this method is definition one Group tag attributes inquire database SQL configuration by tag attributes, realize dynamic queries chart data, and pass through tag attributes Processing and succinct setting chart display styles are formatted to data, by the display styles category of cumbersome Visual Chart Property setting and data acquisition be encapsulated in customized label, thus make Visual Chart exploitation it is more convenient.
2. the methods of exhibiting according to claim 1 for fast implementing data visualization chart based on label, which is characterized in that The tag attributes include id, reportId, reportType, reportSpecs, reportParams, chartType, mapType、clickChart、dbClickChart、chartTitle、chartDataOptions、 chartDisplayOptions、height、width、display、style。
3. the methods of exhibiting according to claim 1 or 2 for being fast implemented data visualization chart based on label, feature are existed In the tag attributes inquiry database SQL configuration realizes that specific step is as follows for dynamic queries chart data:
(1), reportId, reportParams attribute of customized label are configured;
(2), dynamic sql is inquired from table according to the reportId of configuration;
(3), SQL is spliced according to the reportParams dynamic state of parameters of configuration, generates executable SQL, inquire data;
(4), the data checked out are packaged into the available JSON string of Visual Chart and return to customized label.
4. the methods of exhibiting according to claim 3 for fast implementing data visualization chart based on label, which is characterized in that The tag attributes inquiry database SQL configuration, realizes that dynamic queries chart data mainly includes two kinds of data acquisition approach:
1., using reportId attribute SQL mark ID is passed into backstage, SQL query come out by inquiring database from the background, Parameter is spliced in SQL and inquires data again by the configuration further according to reportParam;
2., use reportSpecs attribute, backstage directly execution reportSpecs attribute configuration SQL query data.
5. the methods of exhibiting according to claim 4 for fast implementing data visualization chart based on label, which is characterized in that It is described when being formatted processing to data by tag attributes, data are shown to the page using chartDataOptions attribute It is formatted;
The content of formatting includes that Visual Chart message notifying frame shows content, subtype selection, axis title and number It is handled according to decimal point percentage.
6. the methods of exhibiting according to claim 5 for fast implementing data visualization chart based on label, which is characterized in that The setting chart display styles concrete condition succinct by tag attributes is as follows:
1., for the configuration of common chart display styles, in resource file .properties by way of KEY=VALUE Common chart attribute is listed, carries out the configuration of chart display styles using chartDisplayOptions attribute;
2., for the configuration of more difficult chart display styles, if to more difficult chart display styles in resource file .properties Configuration cannot achieve, then customized label also support using the traditional formal definition OPTION of Visual Chart to chart style into Row configuration.
7. the methods of exhibiting according to claim 6 for fast implementing data visualization chart based on label, which is characterized in that The tag attributes are by configuring customized label and being finally shown as a variety of visual to chartType and mapType attribute configuration Change chart, customized label is defaulted by the content configured is arranged display styles to chart;Customized label is also visual simultaneously Change chart extension and remains interface.
8. the methods of exhibiting according to claim 7 for fast implementing data visualization chart based on label, which is characterized in that The Visual Chart includes line chart, column diagram, pie chart, map, thermodynamic chart and point diagram.
9. a kind of display systems for fast implementing data visualization chart based on label, which is characterized in that the system includes indicating Module, control module and model module;
Wherein, representation module is for defining a group of labels attribute;
Control module is used to inquire database SQL configuration by tag attributes, realizes dynamic queries chart data, and pass through label Attribute is formatted processing and succinct setting chart display styles to data;
Model module is used to for the style attribute of cumbersome Visual Chart being arranged and data acquisition is encapsulated in customized label, To keep Visual Chart exploitation more convenient.
10. the display systems according to claim 9 for being fast implemented data visualization chart based on label, feature are existed In, tag attributes include id, reportId, reportType, reportSpecs, reportParams, chartType, mapType、clickChart、dbClickChart、chartTitle、chartDataOptions、 chartDisplayOptions、height、width、display、style。
CN201910012160.0A 2019-01-07 2019-01-07 Method and system for rapidly realizing display of data visualization chart based on label Active CN109739909B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910012160.0A CN109739909B (en) 2019-01-07 2019-01-07 Method and system for rapidly realizing display of data visualization chart based on label

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910012160.0A CN109739909B (en) 2019-01-07 2019-01-07 Method and system for rapidly realizing display of data visualization chart based on label

Publications (2)

Publication Number Publication Date
CN109739909A true CN109739909A (en) 2019-05-10
CN109739909B CN109739909B (en) 2023-03-31

Family

ID=66363619

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910012160.0A Active CN109739909B (en) 2019-01-07 2019-01-07 Method and system for rapidly realizing display of data visualization chart based on label

Country Status (1)

Country Link
CN (1) CN109739909B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110531976A (en) * 2019-09-02 2019-12-03 浪潮云信息技术有限公司 The method of charting is matched in modularization in a kind of visualization large-size screen monitors
CN112508284A (en) * 2020-12-10 2021-03-16 网易(杭州)网络有限公司 Display material preprocessing method, putting method, system, device and equipment
CN113313344A (en) * 2021-04-13 2021-08-27 武汉烽火众智数字技术有限责任公司 Label system construction method and system fusing multiple modes
CN116186150A (en) * 2023-03-16 2023-05-30 广州市神推网络科技有限公司 Mobile user data visualization system and method

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050102284A1 (en) * 2003-11-10 2005-05-12 Chandramouli Srinivasan Dynamic graphical user interface and query logic SQL generator used for developing Web-based database applications
CN101976260A (en) * 2010-11-04 2011-02-16 上海银杏界信息科技有限公司 Visual label and method for generating webpage by using visual label
CN103092917A (en) * 2012-12-20 2013-05-08 山东舜德数据管理软件工程有限公司 Method of achieving query of business dictionary of browser page by custom tag

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050102284A1 (en) * 2003-11-10 2005-05-12 Chandramouli Srinivasan Dynamic graphical user interface and query logic SQL generator used for developing Web-based database applications
CN101976260A (en) * 2010-11-04 2011-02-16 上海银杏界信息科技有限公司 Visual label and method for generating webpage by using visual label
CN103092917A (en) * 2012-12-20 2013-05-08 山东舜德数据管理软件工程有限公司 Method of achieving query of business dictionary of browser page by custom tag

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
周勇等: "动态生成图表的设计与实现", 《电子技术与软件工程》 *
陈挺等: "ng-info-chart:基于自定义HTML标签的交互式可视化组件", 《现代图书情报技术》 *

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110531976A (en) * 2019-09-02 2019-12-03 浪潮云信息技术有限公司 The method of charting is matched in modularization in a kind of visualization large-size screen monitors
CN112508284A (en) * 2020-12-10 2021-03-16 网易(杭州)网络有限公司 Display material preprocessing method, putting method, system, device and equipment
CN113313344A (en) * 2021-04-13 2021-08-27 武汉烽火众智数字技术有限责任公司 Label system construction method and system fusing multiple modes
CN113313344B (en) * 2021-04-13 2023-03-31 武汉烽火众智数字技术有限责任公司 Label system construction method and system fusing multiple modes
CN116186150A (en) * 2023-03-16 2023-05-30 广州市神推网络科技有限公司 Mobile user data visualization system and method
CN116186150B (en) * 2023-03-16 2023-08-22 广州市神推网络科技有限公司 Mobile user data visualization system and method

Also Published As

Publication number Publication date
CN109739909B (en) 2023-03-31

Similar Documents

Publication Publication Date Title
CN109739909A (en) A kind of methods of exhibiting and system fast implementing data visualization chart based on label
CA2625653C (en) Computer method and apparatus for creating visible graphics by using a graph algebra
Ellson et al. Graphviz and dynagraph—static and dynamic graph drawing tools
US8935602B2 (en) Hierarchical drag and drop structure editor for web sites
WO2019109485A1 (en) Echarts tool-based chart making method, apparatus and device, and medium
CN104616207A (en) Power grid topological visualization system and power grid topological visualization method
US20020023111A1 (en) Draw-based editor for web pages
GB2449378A (en) Converting the format of process control data
US20140222181A1 (en) Automatically updating graphical symbols in a control loop strategy diagram
US11227105B1 (en) Method and apparatus for structured documents
KR20210041554A (en) System and method for comparing and selectively merging database records
CN102629204A (en) Generating method and device for webpage source code
CN109977335A (en) A kind of Web configuration method towards industrial equipment
CN109614671A (en) A kind of three-dimensional MBD process model tissue and expression based on view
Biedl et al. The three-phase method: A unified approach to orthogonal graph drawing
US10996835B1 (en) Data preparation user interface with coordinated pivots
CN111402383A (en) Revit model processing method applied to Houdini
KR102490941B1 (en) An online report creation system using Excel tool
CN113158306A (en) Tower crane parametric design method based on Revit metric system conventional model
CN109948133B (en) Data form realization method based on Layu
CN111506306B (en) Method and device for writing active script and electronic equipment
CN105335159A (en) Anychart chart display method
CN115328462A (en) Js visualization development tool based on Vue and using method
CN108073395A (en) A kind of production programmed method
EP0897156A1 (en) Device and method for preparing original text and program storing medium for the same

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
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20230303

Address after: 250000 Langchao Road, Jinan, Shandong

Applicant after: Inspur Genersoft Co.,Ltd.

Address before: 250100 No. 2877 Kehang Road, Sun Village Town, Jinan High-tech District, Shandong Province

Applicant before: SHANDONG INSPUR GENESOFT INFORMATION TECHNOLOGY Co.,Ltd.

GR01 Patent grant
GR01 Patent grant