CN114064772A - Multi-element data structure automatic conversion method and system for large-screen chart adaptation - Google Patents

Multi-element data structure automatic conversion method and system for large-screen chart adaptation Download PDF

Info

Publication number
CN114064772A
CN114064772A CN202111352117.2A CN202111352117A CN114064772A CN 114064772 A CN114064772 A CN 114064772A CN 202111352117 A CN202111352117 A CN 202111352117A CN 114064772 A CN114064772 A CN 114064772A
Authority
CN
China
Prior art keywords
data
chart
conversion
screen
configuring
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.)
Pending
Application number
CN202111352117.2A
Other languages
Chinese (zh)
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.)
Shenzhen Aerospace Smart City System Technology Co ltd
Original Assignee
Shenzhen Aerospace Smart City System 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 Shenzhen Aerospace Smart City System Technology Co ltd filed Critical Shenzhen Aerospace Smart City System Technology Co ltd
Priority to CN202111352117.2A priority Critical patent/CN114064772A/en
Publication of CN114064772A publication Critical patent/CN114064772A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/258Data format conversion from or to a database
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/252Integrating or interfacing systems involving database management systems between a Database Management System and a front-end application
    • 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/451Execution arrangements for user interfaces

Landscapes

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

Abstract

The invention discloses a multivariate data structure automatic transformation method and a multivariate data structure automatic transformation system for large-screen chart adaptation, wherein the method comprises the following steps: configuring a visual large-screen chart, and configuring the attribute and the category of the chart by using the visual large-screen chart; configuring data interface service, including configuring data conversion type and data conversion flow; accessing a data row-column conversion operator and a data structure conversion operator into a data conversion flow; starting a data interface service to obtain converted data; testing the data interface service by using the converted data until the verification result is correct; the data row-column conversion operator specifically converts the row-column of the one-dimensional/multidimensional array into linear data by a visual arrangement method; the data structure conversion operator is specifically used for converting the one-dimensional/multidimensional array structure into linear data through a visual arrangement method. The method and the device can reduce the cost of the large-screen data chart configuration process adaptation and improve the efficiency of the large-screen data chart configuration process adaptation.

Description

Multi-element data structure automatic conversion method and system for large-screen chart adaptation
Technical Field
The application relates to the field of data structure conversion, in particular to a multi-element data structure automatic conversion method and system for large-screen chart adaptation.
Background
In recent years, large-screen visual configuration technology is rapidly developed. In the traditional large-screen configuration process, a back-end service interface needs to be docked, and in the docking process, a visual chart plug-in of a large screen needs to be adapted to the back-end service interface. The back-end service needs a large amount of adaptation programming in the adaptation process, the workload of back-end service coding is increased to a certain extent, the working efficiency is reduced, and the working cost of large-screen configuration is increased.
In order to configure a large-screen visual chart so that the chart can be normally displayed on a large screen, data returned by a data interface butted with the large-screen chart must conform to a data structure recognizable by the large-screen chart. The data structure of the large-screen chart is different from the interface data structure which is inquired and returned from the database by the traditional data interface to a certain extent. Therefore, the interface data inquired and returned from the database cannot be directly used for the configuration of the large-screen chart, and can be suitable for the configuration of the large-screen chart only through certain data structure conversion.
Interface data returned from the database can be adapted to the data structure of the large-screen chart configuration after data structure conversion. In order to solve the problem of data conversion, two methods are generally used, namely front end modification is performed, data returned from an interface is taken to the data conforming to a graph structure; and secondly, back-end modification, namely directly converting the data returned by the database into a data structure which can be identified by a large-screen chart. And many of the large screen configuration technologies are now commercialized. The method modified from the front end is very expensive and cannot adapt to the idea of commercialization. Because the interface data returned by the back-end service has no very fixed format and changes a lot, the front-end cannot completely adapt. Then it can only be modified from the back end, i.e. from the data service interface side where the large screen chart is interfaced.
Backend modification, specifically two methods. The method comprises the steps of modifying a back-end code, compiling a uniform method which can adapt to various charts, and converting data by the uniform method. For example, the chart of interface butt joint is a radar chart, the radar chart data structure method is used for carrying out data structure conversion on returned data before the interface returns the data, and the data is returned to the large-screen chart after the conversion, the method needs to adapt each returned data, and new codes need to be adapted and added if the data needs to be modified in the later period, so that the efficiency of data structure adaptation is reduced, the later-period maintenance cost is greatly increased, and the method is not beneficial to popularization and use; and secondly, micro-service butt joint, namely, all data butted by the large-screen charts are subjected to micro-service butt joint, the micro-service performs unified data structure conversion, and the large-screen charts are uniformly butted with interfaces subjected to micro-service conversion. In brief, the interface to be connected with the original large screen is converted into a new interface through the micro-service conversion interface, and the large screen chart is connected with the new interface. According to the method, the structure conversion is carried out after the return data is obtained through the request source interface, and a large screen needs to be configured with a plurality of charts. Generally, the two methods are high in cost and low in efficiency in project implementation.
Disclosure of Invention
Aiming at the problems, the invention provides a multivariate data structure automatic conversion method and a multivariate data structure automatic conversion system for large-screen chart adaptation. The cost of the adaptation structure in the large-screen data chart configuration process is reduced, and the efficiency of the adaptation structure in the large-screen data chart configuration process is improved.
In a first aspect of the present invention, there is provided a multivariate data structure automatic transformation method for large-screen chart adaptation, the method comprising the steps of:
configuring a visual large-screen chart, and configuring the attribute and the category of the chart by using the visual large-screen chart;
configuring data interface service, including configuring data conversion type and data conversion flow;
accessing a data row-column conversion operator and a data structure conversion operator into a data conversion flow;
starting a data interface service to obtain converted data;
testing the data interface service by using the converted data until the verification result is correct;
the data row-column conversion operator specifically converts the row-column of the one-dimensional/multidimensional array into linear data by a visual arrangement method; the data structure conversion operator is specifically used for converting the one-dimensional/multidimensional array structure into linear data through a visual arrangement method.
Further, the visualization arrangement method comprises the following specific steps:
adding and modifying parameters of data interface service;
compiling a data structure conversion script;
and converting the data output by the script by using the data structure to carry out mode adjustment until the correctness of the script is verified.
Furthermore, the method also comprises the step of accessing the visual large-screen chart into a data interface service and displaying the converted data chart.
Further, the method includes configuring the database connections and permissions, and configuring the database language, writing the database language into the data interface service.
In a second aspect of the present invention, there is provided an automatic transformation system for a multivariate data structure for large-screen chart adaptation, comprising:
the visual large-screen chart configuration module is used for configuring the attributes and the categories of the chart by utilizing the visual large-screen chart;
the data interface service configuration module is used for configuring the type of data conversion and the data conversion process;
the operator arrangement module is used for accessing the data row-column conversion operator and the data structure conversion operator into the data conversion flow;
the data conversion module is used for starting a data interface service to obtain converted data;
the test module is used for testing the data interface service by using the converted data until the verification result is correct;
the data row-column conversion operator in the operator arrangement module is used for converting the one-dimensional/multidimensional array row-column into linear data through a visual arrangement method; the data structure conversion operator is specifically used for converting the one-dimensional/multidimensional array structure into linear data through a visual arrangement method.
Further, the visualization arrangement method in the operator arrangement module comprises the following specific steps:
adding and modifying parameters of data interface service;
compiling a data structure conversion script;
and converting the data output by the script by using the data structure to carry out mode adjustment until the correctness of the script is verified.
Furthermore, the system also comprises a display module which is used for accessing the visual large-screen chart into the data interface service and displaying the converted data chart.
Furthermore, the system also comprises a data source acquisition module which is used for configuring the connection and the permission of the database, configuring the database language and writing the database language into the data interface service.
In a third aspect of the present invention, a terminal is provided, including: a processor; and the memorizer, wherein, the memorizer stores the computer executable program, when the said computer executable program of the said processor is executed, carry out the above-mentioned multivariate data structure automatic transformation method used for large-screen chart to adapt.
In a fourth aspect of the present invention, a computer-readable storage medium is provided, on which instructions are stored, which, when executed by a processor, cause the processor to execute the above-mentioned multivariate data structure automatic transformation method for large-screen chart adaptation.
The invention provides a multivariate data structure automatic conversion method, a multivariate data structure automatic conversion system and a computer storage medium for large-screen chart adaptation, which realize the whole-course visualization, configurable and convertible structure of a butt joint interface in the large-screen configuration process, do not need programming intervention of back-end service personnel, and can be automatically completed by large-screen configuration personnel. In the large-screen configuration process, the configuration can be completed by only one person, so that the communication cost of the large-screen configuration is reduced, and the efficiency of the large-screen configuration is increased. The beneficial effects that finally reach: the visibility and the efficiency of the large-screen data chart structure adaptation process are improved by arranging the visual large-screen data chart structure adaptation operators. When a configurator configures the large-screen visualization system, other personnel are not needed to cooperate, and complicated codes are not needed to be written. Therefore, the efficiency of configuration personnel can be improved, the configuration personnel can be more concentrated on the configuration of the large-screen visualization system, the configuration personnel are not interfered by other factors, and the later maintenance of the system is also improved.
Drawings
FIG. 1 is a flow chart of a multivariate data structure automatic transformation method for large screen chart adaptation in an embodiment of the invention;
FIG. 2 is a flow chart of a visualization orchestration method according to an embodiment of the present invention;
FIG. 3 is a schematic structural diagram of an exemplary embodiment of an automatic transformation system for a multivariate data structure for large-screen chart adaptation;
fig. 4 is a schematic structural diagram of a computer terminal in the embodiment of the present invention.
Detailed Description
In order to further describe the technical scheme of the present invention in detail, the present embodiment is implemented on the premise of the technical scheme of the present invention, and detailed implementation modes and specific steps are given.
The invention discloses a multivariate data structure automatic transformation method for large-screen chart adaptation, which is shown in figure 1 and comprises the following steps:
s01, configuring a visual large-screen chart, and configuring attributes and types of the chart by using the visual large-screen chart, wherein the chart attributes comprise color, width, height and the like, and the chart types comprise pie charts, bar charts and the like;
s02, configuring data interface service, including configuring data conversion type and data conversion process, specifically creating data conversion service, including configuring data service type including but not limited to GET, POST, PUT, DELETE, arranging data service process including but not limited to selecting start node, obtaining data source, selecting conversion operator, and debugging;
s03, accessing a data row-column conversion operator and a data structure conversion operator into the data conversion flow;
the data row-column conversion operator comprises a one-dimensional array row-column conversion operator and a multi-dimensional array row-column conversion operator, and particularly converts the one-dimensional/multi-dimensional array row-column into linear data through a visual arrangement method; the data structure conversion operator comprises a one-dimensional array structure conversion operator and a multidimensional array structure conversion operator, and particularly converts the one-dimensional/multidimensional array structure into linear data through a visual arrangement method. The one-dimensional array structure represents that only one group of data exists in the target data structure, and the one-dimensional array structure is represented by a one-dimensional line graph, a single-column bar graph and the like in the display form of the graph; the multidimensional array structure represents that the target data structure contains 2 groups and more than 2 groups of data, and is mostly expressed as a multi-series histogram, a radar chart and the like in the display form of a chart; the operator is a service arranged by a visual arrangement method, is used as a circulation method in service visualization, is equivalent to a loop in a transfer flow, and is introduced in the process of configuring the data interface service, for example, a one-dimensional array row-column conversion operator is arranged in the data service flow.
Preferably, the row-column transformation is to convert the { key: value } structure into a { name: key, code: value } structure. The method is mainly suitable for the situation that keys and values in the Json structure are required to be taken out and applied to the chart.
The structure conversion is to convert the structure of [ { key1: value1, key2: value2}, { key1: value11, key2: value22} ] into the structure of { key: [ value1, value11], code: [ value2, value22] }. The value in the Json structure is mainly used in the graph.
Further, as shown in fig. 2, the visualization layout method includes the specific steps of:
s031, add, modify the parameter of the data interface service;
s032, compiling a data structure conversion script;
and S033, performing mode adjustment by using data output by the data structure conversion script until the correctness of the script is verified.
In the specific implementation process, parameters for adding and modifying data interface services, such as chartName, chartPye, keyField, valuField and the like, are set; writing a structured script, and putting the structured script into an operator flow; setting output, namely setting failure output and success output of structure conversion; debugging, namely verifying the correctness of an operator, and introducing the operator to verify and debug.
S04, starting a data interface service to obtain converted data, namely running a scheduled data service flow to enable the data conversion service to obtain the data;
s05, testing the data interface service by using the converted data until the verification result is correct, specifically, continuously debugging the data interface service until the displayed data result is correct, wherein when the result display also comprises the result which is not displayed, further debugging is needed;
furthermore, the method also comprises the step of accessing the visual large-screen chart into a data interface service and displaying the converted data chart.
Further, the method further comprises configuring database connection and permission, configuring a database language, writing the database language into the data interface service, specifically configuring a data source, namely creating the data source, configuring a database link, a user name and a password of the data source, configuring and testing the database to be connected, and modifying and retesting the configured database resource, wherein the database language comprises a query statement for the database.
Hereinafter, a multivariate data structure automatic transformation system for large screen chart adaptation corresponding to the method shown in fig. 1 according to an embodiment of the present disclosure is described with reference to fig. 3, the system 100 comprising: the visualization large-screen chart configuration module 101 is used for configuring the attributes and the categories of the chart by utilizing the visualization large screen; a data interface service configuration module 102, configured to configure a type of data conversion and a data conversion process; the operator arrangement module 103 is used for accessing the data row-column conversion operator and the data structure conversion operator into the data conversion process; the data conversion module 104 is configured to start a data interface service to obtain converted data; the test module 105 is configured to test the data interface service by using the converted data until the verification result is correct, where the data row-column conversion operator in the operator arrangement module 103 specifically converts a one-dimensional/multidimensional array row-column into linear data by using a visual arrangement method; the data structure conversion operator is specifically used for converting the one-dimensional/multidimensional array structure into linear data through a visual arrangement method. In addition to these 5 modules, the system 100 further includes a display module 107 for accessing the visual large-screen chart to the data interface service and displaying the converted data chart.
Further, the visualized arrangement method in the operator arrangement module 103 includes the specific steps of: adding and modifying parameters of data interface service; compiling a data structure conversion script; and converting the data output by the script by using the data structure to carry out mode adjustment until the correctness of the script is verified.
Further, the system 100 further includes a data source obtaining module 106, configured to configure database connections and permissions, and configure database languages, and write the database languages into the data interface service.
In addition, the system 100 may include other components, and thus, the illustration and description thereof are omitted herein since they are not related to the content of the embodiments of the present disclosure.
The specific working process of the multivariate data structure automatic transformation system 100 for large-screen chart adaptation refers to the description of the multivariate data structure automatic transformation method for large-screen chart adaptation, and is not repeated.
The system of the embodiment of the present invention can also be implemented by means of the architecture of a computer terminal shown in fig. 4, including: a processor; and the memorizer, wherein, the memorizer stores the computer executable program, when the said computer executable program of the said processor is executed, carry out the above-mentioned multivariate data structure automatic transformation method used for large-screen chart to adapt. Fig. 4 shows the architecture of the computer terminal. As shown in fig. 4, including a computer system 201, a system bus 203, one or more CPUs 204, input/output components 202, memory 205, and the like. The memory 205 may store various data or files used in computer processing and/or communications as well as program instructions executed by the CPU. The architecture shown in fig. 4 is merely exemplary, and one or more of the components in fig. 4 may be adjusted as needed to implement different devices.
Embodiments of the invention may also be implemented as a computer-readable storage medium. A computer-readable storage medium according to an embodiment has computer-readable instructions stored thereon. The computer readable instructions, when executed by a processor, may perform the method for automatic transformation of multivariate data structures for large-screen chart adaptation according to the embodiments of the invention described with reference to the above figures.
In summary, the method, the system and the computer storage medium for automatically converting the multivariate data structure for large-screen chart adaptation provided by the invention realize a whole-process visual, configurable and convertible structure of the docking interface in the large-screen configuration process, and a large-screen configuration person can finish the whole-process visual, configurable and convertible structure by himself without programming intervention of a back-end service person. In the large-screen configuration process, the configuration can be completed by only one person, so that the communication cost of the large-screen configuration is reduced, and the efficiency of the large-screen configuration is increased. The beneficial effects that finally reach: the visibility and the efficiency of the large-screen data chart structure adaptation process are improved by arranging the visual large-screen data chart structure adaptation operators. When a configurator configures the large-screen visualization system, other personnel are not needed to cooperate, and complicated codes are not needed to be written. Therefore, the efficiency of configuration personnel can be improved, the configuration personnel can be more concentrated on the configuration of the large-screen visualization system, the configuration personnel are not interfered by other factors, and the later maintenance of the system is also improved.
In this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process or method that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process or method.
The foregoing is a more detailed description of the invention in connection with specific preferred embodiments and it is not intended that the invention be limited to these specific details. For those skilled in the art to which the invention pertains, several simple deductions or substitutions can be made without departing from the spirit of the invention, and all shall be considered as belonging to the protection scope of the invention.

Claims (10)

1. A multivariate data structure automatic transformation method for large-screen chart adaptation is characterized by comprising the following steps:
configuring a visual large-screen chart, and configuring the attribute and the category of the chart by using the visual large-screen chart;
configuring data interface service, including configuring data conversion type and data conversion flow;
accessing a data row-column conversion operator and a data structure conversion operator into a data conversion flow;
starting a data interface service to obtain converted data;
testing the data interface service by using the converted data until the verification result is correct;
the data row-column conversion operator specifically converts the row-column of the one-dimensional/multidimensional array into linear data by a visual arrangement method; the data structure conversion operator is specifically used for converting the one-dimensional/multidimensional array structure into linear data through a visual arrangement method.
2. The method for automatically transforming the multivariate data structure used for large-screen chart adaptation according to claim 1, wherein the visualization layout method comprises the following specific steps:
adding and modifying parameters of data interface service;
compiling a data structure conversion script;
and converting the data output by the script by using the data structure to carry out mode adjustment until the correctness of the script is verified.
3. The method of claim 1, further comprising accessing the visual large-screen chart to a data interface service to display the transformed data chart.
4. The method of claim 1, further comprising configuring database connections and permissions, and configuring a database language, writing the database language to a data interface service.
5. A multivariate data structure automatic transformation system for large screen chart adaptation, comprising:
the visual large-screen chart configuration module is used for configuring the attributes and the categories of the chart by utilizing the visual large-screen chart;
the data interface service configuration module is used for configuring the type of data conversion and the data conversion process;
the operator arrangement module is used for accessing the data row-column conversion operator and the data structure conversion operator into the data conversion flow;
the data conversion module is used for starting a data interface service to obtain converted data;
the test module is used for testing the data interface service by using the converted data until the verification result is correct;
the data row-column conversion operator in the operator arrangement module is used for converting the one-dimensional/multidimensional array row-column into linear data through a visual arrangement method; the data structure conversion operator is specifically used for converting the one-dimensional/multidimensional array structure into linear data through a visual arrangement method.
6. The system for automatically transforming a multivariate data structure used for large-screen chart adaptation according to claim 5, wherein the visualization layout method in the operator layout module comprises the following specific steps:
adding and modifying parameters of data interface service;
compiling a data structure conversion script;
and converting the data output by the script by using the data structure to carry out mode adjustment until the correctness of the script is verified.
7. The system according to claim 5, further comprising a display module for accessing the visual large-screen chart to a data interface service and displaying the converted data chart.
8. The system for automatic conversion of multivariate data structures for large-screen chart adaptation according to claim 5, further comprising a data source acquisition module for configuring database connections and permissions, and configuring database language, writing the database language into a data interface service.
9. A terminal, comprising: a processor; and a memory, wherein the memory has stored therein a computer-executable program that, when executed by the processor, performs the method of any of claims 1-4.
10. A computer-readable storage medium having instructions stored thereon, which when executed by a processor, cause the processor to perform the method of any one of claims 1-4.
CN202111352117.2A 2021-11-16 2021-11-16 Multi-element data structure automatic conversion method and system for large-screen chart adaptation Pending CN114064772A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111352117.2A CN114064772A (en) 2021-11-16 2021-11-16 Multi-element data structure automatic conversion method and system for large-screen chart adaptation

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111352117.2A CN114064772A (en) 2021-11-16 2021-11-16 Multi-element data structure automatic conversion method and system for large-screen chart adaptation

Publications (1)

Publication Number Publication Date
CN114064772A true CN114064772A (en) 2022-02-18

Family

ID=80272584

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111352117.2A Pending CN114064772A (en) 2021-11-16 2021-11-16 Multi-element data structure automatic conversion method and system for large-screen chart adaptation

Country Status (1)

Country Link
CN (1) CN114064772A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115048096A (en) * 2022-08-15 2022-09-13 广东工业大学 Dynamic visualization method and system for data structure

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120313949A1 (en) * 2011-06-07 2012-12-13 International Business Machines Corporation Automatic Selection of Different Visualizations for the Organization of Multivariate Data
KR101494844B1 (en) * 2014-08-28 2015-02-25 그린캣소프트(주) System for Transforming Chart Using Metadata and Method thereof
KR101798149B1 (en) * 2017-04-17 2017-11-16 주식회사 뉴스젤리 Chart visualization method by selecting some areas of the data table
CN109597613A (en) * 2017-12-21 2019-04-09 南京数睿数据科技有限公司 A kind of big screen display system and method for towed combination report
US20190171648A1 (en) * 2017-12-01 2019-06-06 Jpmorgan Chase Bank, N.A. System and method for implementing an extract transform and load (etl) migration tool
CN110019189A (en) * 2017-09-18 2019-07-16 飞狐信息技术(天津)有限公司 A kind of generation method and generation system of chart
AU2020100703A4 (en) * 2020-05-05 2020-06-11 Li, Xiaolan Miss A method of spatial accessibility evaluation of urban facility services based on GIS
CN113360559A (en) * 2021-06-04 2021-09-07 武汉一格空间科技有限公司 Configurable one-stop large-screen visualization method and device
CN113536748A (en) * 2020-04-15 2021-10-22 北京沃东天骏信息技术有限公司 Method and device for generating chart data

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120313949A1 (en) * 2011-06-07 2012-12-13 International Business Machines Corporation Automatic Selection of Different Visualizations for the Organization of Multivariate Data
KR101494844B1 (en) * 2014-08-28 2015-02-25 그린캣소프트(주) System for Transforming Chart Using Metadata and Method thereof
KR101798149B1 (en) * 2017-04-17 2017-11-16 주식회사 뉴스젤리 Chart visualization method by selecting some areas of the data table
CN110019189A (en) * 2017-09-18 2019-07-16 飞狐信息技术(天津)有限公司 A kind of generation method and generation system of chart
US20190171648A1 (en) * 2017-12-01 2019-06-06 Jpmorgan Chase Bank, N.A. System and method for implementing an extract transform and load (etl) migration tool
CN109597613A (en) * 2017-12-21 2019-04-09 南京数睿数据科技有限公司 A kind of big screen display system and method for towed combination report
CN113536748A (en) * 2020-04-15 2021-10-22 北京沃东天骏信息技术有限公司 Method and device for generating chart data
AU2020100703A4 (en) * 2020-05-05 2020-06-11 Li, Xiaolan Miss A method of spatial accessibility evaluation of urban facility services based on GIS
CN113360559A (en) * 2021-06-04 2021-09-07 武汉一格空间科技有限公司 Configurable one-stop large-screen visualization method and device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115048096A (en) * 2022-08-15 2022-09-13 广东工业大学 Dynamic visualization method and system for data structure
CN115048096B (en) * 2022-08-15 2022-11-04 广东工业大学 Dynamic visualization method and system for data structure

Similar Documents

Publication Publication Date Title
CN112256558B (en) Test case generation method and device, computer equipment and storage medium
US6442714B1 (en) Web-based integrated testing and reporting system
CN101930400B (en) SDK (Software Development Kit) automatic test system and method
CN103532756B (en) Command line system and command line operation method based on webmaster system
CN108628748B (en) Automatic test management method and automatic test management system
CN105512030B (en) A kind of method that lifting satellite test efficiency is intelligently constructed based on satellite command code word
CN104123227A (en) Method for automatically generating testing cases
CN109240688A (en) Interface development method, electronic device and readable storage medium storing program for executing
CN111078555B (en) Test file generation method, system, server and storage medium
CN111596902B (en) Method, device, equipment and storage medium for building front-end and back-end development framework
CN101383871A (en) Network element configuration implementing method and apparatus
CN111026670B (en) Test case generation method, test case generation device and storage medium
CN112306861A (en) Unittest and Jenkins tool-based interface automatic testing system and method
CN114064772A (en) Multi-element data structure automatic conversion method and system for large-screen chart adaptation
CN114064601B (en) Storage process conversion method, device, equipment and storage medium
CN113239068A (en) Chart custom generation method, device, equipment, medium and program product
CN110717315B (en) System data batch modification method and device, storage medium and electronic equipment
CN112363912A (en) Method for testing comprehensive automatic interface
CN116560697A (en) DBC database synchronization method, device, electronic equipment and readable storage medium
CN114840496A (en) Cross-database data migration method and system for wind power plant
CN109634215A (en) A kind of nuclear power plant's operating instruction design method based on planar graph coding techniques
CN109635480B (en) Control logic verification and debugging method based on drawing software
CN113342678A (en) Interface automatic testing method and device, electronic equipment and storage medium
CN114089959A (en) Enterprise management software rapid development system
CN111290745A (en) Device and method for realizing general data export

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