CN112330772A - Radar map generation method, device, equipment and storage medium - Google Patents

Radar map generation method, device, equipment and storage medium Download PDF

Info

Publication number
CN112330772A
CN112330772A CN202011207431.7A CN202011207431A CN112330772A CN 112330772 A CN112330772 A CN 112330772A CN 202011207431 A CN202011207431 A CN 202011207431A CN 112330772 A CN112330772 A CN 112330772A
Authority
CN
China
Prior art keywords
vertex
radar
radar map
coordinates
map
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
CN202011207431.7A
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.)
Ping An Puhui Enterprise Management Co Ltd
Original Assignee
Ping An Puhui Enterprise Management 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 Ping An Puhui Enterprise Management Co Ltd filed Critical Ping An Puhui Enterprise Management Co Ltd
Priority to CN202011207431.7A priority Critical patent/CN112330772A/en
Publication of CN112330772A publication Critical patent/CN112330772A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T11/002D [Two Dimensional] image generation
    • G06T11/20Drawing from basic elements, e.g. lines or circles
    • G06T11/206Drawing of charts or graphs

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Processing Or Creating Images (AREA)
  • Instructional Devices (AREA)

Abstract

The invention relates to the field of research and development management, and discloses a radar map generation method, a device, equipment and a storage medium, which are used for automatically generating a radar map, and the method comprises the following steps: acquiring an image creating instruction, wherein the image creating instruction comprises the number of parameters represented by the radar map; drawing a corresponding basic frame graph by using canvas labels according to the number of the parameters, wherein the basic frame graph comprises the same number of first vertexes as the number of the parameters; acquiring a parameter value input by a user, calculating the coordinate of a second vertex of the radar map and setting corresponding file information according to the parameter value and the coordinate of the first vertex in the coordinate system; and generating a radar map area according to the coordinates of the second vertex, and combining the radar map area, the file information and the basic frame map to obtain and display a finished radar map. By the method, a user can dynamically generate the radar chart after inputting the parameter items and the parameter values. In addition, the invention also relates to a block chain technology, and parameter values and parameter numbers can be stored in the block chain.

Description

Radar map generation method, device, equipment and storage medium
Technical Field
The present invention relates to the field of research and development management, and in particular, to a method, an apparatus, a device, and a storage medium for generating a radar map.
Background
Radar maps are graphical methods of displaying multivariate data in the form of two-dimensional plots of three or more quantitative variables represented on axes from the same point. The radar chart is mainly applied to the evaluation of the business operation conditions, namely profitability, productivity, fluidity, safety and growth. With the development of computers, financial radar maps are not originally manually drawn, common office software and the like have automatic generation of radar maps, the radar maps enter our lives, not only do enterprises finance, but also begin to be completely open in personal account management and investment financing, and the application of the radar maps is more and more extensive. However, although the existing ui component library has components similar to radar maps, more third-party plug-ins are introduced, the size is large, the introduction cost is high for projects only needing radar maps, and no dynamic generation effect is generated.
Disclosure of Invention
The method and the device mainly aim to solve the technical problems that in the existing radar map generation process, due to the fact that a third-party plug-in needs to be introduced, the generation efficiency is low, and the introduction cost is high.
The first aspect of the present invention provides a radar map generation method, including:
acquiring an image creating instruction, wherein the image creating instruction comprises the number of parameters of radar map representation, and the number of the parameters is an integer not less than 3;
drawing a corresponding basic frame graph by using canvas labels according to the number of parameters characterized by the radar chart, wherein the basic frame graph comprises the same number of first vertexes as the number of the parameters;
acquiring a parameter value input by a user, and calculating the coordinate of a second vertex of the radar chart according to the parameter value and the coordinate of the first vertex in the coordinate system of the canvas label;
setting corresponding file information according to the coordinates of the second vertex;
and generating a radar map area according to the coordinates of the second vertex, and combining the radar map area, the file information and the basic frame map to obtain and display a finished radar map.
Optionally, in a first implementation manner of the first aspect of the present invention, the depicting, according to the number of parameters characterized by the radar chart, the corresponding basic frame graph using the canvas label includes:
initializing to generate regular polygons according to the number of the parameters and a preset specified size, wherein the number of the edges of the regular polygons is the same as the number of the parameters, and the regular polygons are used for depicting the basic frame diagram;
coinciding the center of gravity of the regular polygon with the origin of coordinates of the coordinate system and setting one vertex of the regular polygon on the x-axis in the coordinate system;
calculating the coordinates of each vertex of the regular polygon in the coordinate system, and taking the coordinates of each vertex of the regular polygon as the coordinates of the first vertex;
depicting the base frame map according to the coordinates of the first vertex.
Optionally, in a second implementation manner of the first aspect of the present invention, the calculating coordinates of each vertex of the regular polygon in the coordinate system, and taking the coordinates of each vertex of the regular polygon as the coordinates of the first vertex includes:
drawing a circumscribed circle of the regular polygon in the coordinate system;
connecting the vertexes of the regular polygon with the origin of coordinates to obtain a connecting line, and calculating an included angle between the connecting line and the x axis;
and calculating the vertex coordinates of all the regular polygons according to the number of the sides of the regular polygons, the radius of the circumscribed circle and the included angle, and taking the vertex coordinates as the coordinates of the first vertex.
Optionally, in a third implementation manner of the first aspect of the present invention, the obtaining a parameter value input by a user, and calculating a coordinate of a second vertex of the radar map according to the parameter value and a coordinate of the first vertex in the coordinate system of the canvas tag includes:
acquiring a parameter value input by a user;
calculating the ratio of the parameter value to the vertex value represented by each first vertex in the basic frame diagram;
and scaling the first vertex according to the ratio and the coordinate of the first vertex to obtain the coordinate of a second vertex.
Optionally, in a fourth implementation manner of the first aspect of the present invention, before generating a radar map region according to the coordinates of the second vertex, and combining the radar map region, the pattern information, and the basic frame map to obtain a finished radar map and display the finished radar map, the method further includes:
and setting a generation area for masking the finished radar chart.
Optionally, in a fifth implementation manner of the first aspect of the present invention, the generating a radar map region according to the second vertex, and combining the radar map region, the pattern information, and the basic frame map to obtain a finished radar map and display the finished radar map includes:
connecting all the second vertexes with the coordinate origin, and calculating the distances between all the second vertexes and the coordinate origin to obtain at least one distance value;
sequentially cutting by taking the coordinate origin as the center according to two adjacent distance values to obtain at least one cutting block;
splicing all the cutting blocks to obtain a radar map area;
combining the radar map area, the file information and the basic frame map to obtain a finished radar map;
and dynamically opening the covering layer so that the radar chart is dynamically displayed.
Optionally, in a sixth implementation manner of the first aspect of the present invention, after the radar area is masked according to a preset masking layer and a radar map is generated, the method further includes:
judging whether the current cursor is located in the radar map area;
if so, determining the parameter closest to the current cursor;
and displaying the parameter values of the parameters and the file of the corresponding vertex.
A second aspect of the present invention provides a radar chart generating apparatus, including:
the image creating method comprises the steps of obtaining an image creating instruction, wherein the image creating instruction comprises the number of parameters represented by a radar map, and the number of the parameters is an integer not less than 3;
a frame drawing module for drawing a corresponding basic frame drawing by using canvas labels according to the number of parameters characterized by the radar chart, wherein the basic frame drawing comprises the same number of first vertexes as the number of the parameters;
the coordinate calculation module is used for acquiring a parameter value input by a user and calculating the coordinate of a second vertex of the radar chart according to the parameter value and the coordinate of the first vertex in the coordinate system of the canvas label;
the file setting module is used for setting corresponding file information according to the coordinates of the second vertex;
and the image generation module is used for generating a radar image area according to the coordinates of the second vertex, and combining the radar image area, the file information and the basic frame image to obtain and display a finished radar image.
Optionally, in a first implementation manner of the second aspect of the present invention, the description module includes:
the initialization unit is used for initializing and generating a regular polygon according to the parameter number and a preset specified size, wherein the number of edges of the regular polygon is the same as the parameter number, and the regular polygon is used for drawing the basic frame diagram;
a coincidence unit for coinciding a center of gravity of the regular polygon with a coordinate origin of the coordinate system and setting one vertex of the regular polygon on an x-axis in the coordinate system;
a coordinate calculation unit, configured to calculate coordinates of each vertex of the regular polygon in the coordinate system, and use the coordinates of each vertex of the regular polygon as the coordinates of the first vertex;
a block diagram depiction unit for depicting the base frame graph according to the coordinates of the first vertex.
Optionally, in a second implementation manner of the second aspect of the present invention, the coordinate calculation unit is specifically configured to:
drawing a circumscribed circle of the regular polygon in the coordinate system;
connecting the vertexes of the regular polygon with the origin of coordinates to obtain a connecting line, and calculating an included angle between the connecting line and the x axis;
and calculating the vertex coordinates of all the regular polygons according to the number of the sides of the regular polygons, the radius of the circumscribed circle and the included angle, and taking the vertex coordinates as the coordinates of the first vertex.
Optionally, in a third implementation manner of the second aspect of the present invention, the vertex calculation module is specifically configured to:
acquiring a parameter value input by a user;
calculating the ratio of the parameter value to the vertex value represented by each first vertex in the basic frame diagram;
and scaling the first vertex according to the ratio and the coordinate of the first vertex to obtain the coordinate of a second vertex.
Optionally, in a fourth implementation manner of the second aspect of the present invention, the radar map generating apparatus further includes a cover layer module, where the cover layer module is specifically configured to:
and setting a generation area for masking the finished radar chart.
Optionally, in a fifth implementation manner of the second aspect of the present invention, the graph generating module is specifically configured to:
connecting all the second vertexes with the coordinate origin, and calculating the distances between all the second vertexes and the coordinate origin to obtain at least one distance value;
sequentially cutting by taking the coordinate origin as the center according to two adjacent distance values to obtain at least one cutting block;
splicing all the cutting blocks to obtain a radar map area;
combining the radar map area, the file information and the basic frame map to obtain a finished radar map;
and dynamically opening the covering layer so that the radar chart is dynamically displayed.
Optionally, in a sixth implementation manner of the second aspect of the present invention, the radar chart generating apparatus further includes a display module, where the display module is specifically configured to:
judging whether the current cursor is located in the radar map area;
if so, determining the parameter closest to the current cursor;
and displaying the parameter values of the parameters and the file of the corresponding vertex.
A third aspect of the present invention provides a radar chart generating apparatus comprising: a memory having instructions stored therein and at least one processor, the memory and the at least one processor interconnected by a line; the at least one processor invokes the instructions in the memory to cause the radar map generation apparatus to perform the radar map generation method described above.
A fourth aspect of the present invention provides a computer-readable storage medium having stored therein instructions, which, when run on a computer, cause the computer to execute the radar map generation method described above.
According to the technical scheme, an image creating instruction is obtained, wherein the image creating instruction comprises the number of parameters represented by a radar map, and the number of the parameters is an integer not less than 3; drawing a corresponding basic frame graph by using canvas labels according to the number of parameters characterized by the radar chart, wherein the basic frame graph comprises the same number of first vertexes as the number of the parameters; acquiring a parameter value input by a user, and calculating the coordinate of a second vertex of the radar chart according to the parameter value and the coordinate of the first vertex in the coordinate system of the canvas label; setting corresponding file information according to the coordinates of the second vertex; and generating a radar map area according to the coordinates of the second vertex, and combining the radar map area, the file information and the basic frame map to obtain and display a finished radar map. According to the method, a canvas is used for drawing a basic frame diagram according to the quantity of parameters input by a user, and then a radar diagram is generated according to parameter values, so that the requirements of complex service scenes are met; the assembly is small in size, low in introduction cost and beneficial to project maintenance. In addition, the invention also relates to a block chain technology, and parameter values and parameter numbers can be stored in the block chain.
Drawings
FIG. 1 is a schematic diagram of a first embodiment of a radar chart generation method according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of a second embodiment of a radar chart generation method according to an embodiment of the present invention;
FIG. 3 is a schematic diagram of a third embodiment of a radar chart generation method according to an embodiment of the present invention;
FIG. 4 is a schematic diagram of a fourth embodiment of a radar chart generation method according to an embodiment of the present invention;
FIG. 5 is a diagram of a fifth embodiment of a radar chart generation method according to an embodiment of the present invention;
FIG. 6 is a schematic diagram of an embodiment of a radar chart generation apparatus according to an embodiment of the present invention;
FIG. 7 is a schematic diagram of another embodiment of a radar chart generation apparatus according to an embodiment of the present invention;
FIG. 8 is a diagram of an embodiment of a radar chart generation device in an embodiment of the present invention;
FIG. 9 is a schematic diagram of a circumscribed circle of a regular polygon in an embodiment of the present invention.
Detailed Description
The embodiment of the invention provides a radar map generation method, a radar map generation device, radar map generation equipment and a storage medium, and in the technical scheme of the invention, an image creation instruction is obtained, wherein the image creation instruction comprises the number of parameters represented by a radar map, and the number of the parameters is an integer not less than 3; drawing a corresponding basic frame graph by using canvas labels according to the number of parameters characterized by the radar chart, wherein the basic frame graph comprises the same number of first vertexes as the number of the parameters; acquiring a parameter value input by a user, and calculating the coordinate of a second vertex of the radar chart according to the parameter value and the coordinate of the first vertex in the coordinate system of the canvas label; setting corresponding file information according to the coordinates of the second vertex; and generating a radar map area according to the coordinates of the second vertex, and combining the radar map area, the file information and the basic frame map to obtain and display a finished radar map. According to the method, a canvas is used for drawing a basic frame diagram according to the quantity of parameters input by a user, and then a radar diagram is generated according to parameter values, so that the requirements of complex service scenes are met; the assembly is small in size, low in introduction cost and beneficial to project maintenance. In addition, the invention also relates to a block chain technology, and parameter values and parameter numbers can be stored in the block chain.
The terms "first," "second," "third," "fourth," and the like in the description and in the claims, as well as in the drawings, if any, are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It will be appreciated that the data so used may be interchanged under appropriate circumstances such that the embodiments described herein may be practiced otherwise than as specifically illustrated or described herein. Furthermore, the terms "comprises," "comprising," or "having," and any variations thereof, are intended to cover non-exclusive inclusions, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
For convenience of understanding, a specific flow of an embodiment of the present invention is described below, and referring to fig. 1, a first embodiment of a radar map generation method in an embodiment of the present invention includes:
101. acquiring an image creating instruction, wherein the image creating instruction comprises the number of parameters represented by the radar map;
it is to be understood that the executing subject of the present invention may be a radar map generating apparatus, and may also be a terminal or a server, which is not limited herein. The embodiment of the present invention is described by taking a server as an execution subject.
It is emphasized that the parameter values and parameter numbers may be stored in nodes of a blockchain in order to ensure privacy and security of the user.
In this embodiment, the user can view the radar chart he wants through the terminal device, analyze the financial radar chart in the fixed form, and draw the numbers or ratios obtained by various financial analyses of the company on a circular fixed form to express the financial status of the company, so that the user can clearly know the change situation and the quality trend of various financial indexes of the company, and the method has the characteristics of comprehensiveness, clearness, intuition, easy judgment and the like. Specifically, a user may view the radar map through a browser. In this embodiment, the image creating instruction may be generated according to data input by a user, or may be generated by inputting various ability values of a player through data searched by the user in a browser, for example, when a football coach analyzes the ability of the player, a radar map of the ability of the player is generated, or when the user starts the browser, the terminal device detects a keyword input by the user, searches for related data according to the keyword, and generates the image creating instruction according to the number of parameters and parameter values corresponding to the related data, thereby generating the radar map.
In this embodiment, the radar map mainly includes a basic frame map of the radar, a radar map area, and pattern information, where the basic frame map is a regular polygon image set according to the number of parameters, and a position of each vertex in the image represents a maximum value of the parameter, that is, when a vertex of the radar map is located at a vertex of the basic frame map, a parameter value of a parameter item represented by the vertex of the radar map reaches the maximum value, and in practical application, the number of vertices of the basic frame map is at least three, and a triangle is formed, so that the number of parameters is an integer not less than 3.
102. Drawing a corresponding basic frame graph by using canvas labels according to the number of parameters characterized by the radar graph, wherein the basic frame graph comprises the first vertexes with the number being the same as that of the parameters;
in practical applications, the number of parameters is an integer no less than 3, the canvas tag is canvas, which is a new tag appearing in HTML5(Hyper Text Markup Language), and like all dom objects, it has its own properties, methods and events, among which there are drawing methods. canvases have a variety of drawing paths, rectangles, circles, characters, and methods of adding images. The canvas element may use JavaScript to draw an image on a web page, the canvas is a canvas on which the image is drawn, and the canvas may be a rectangular area, each pixel of which may be controlled by a user. Therefore, based on the radar map drawn by canvas, the user can perform personalized operation, and the interactivity of the radar map is improved. When constructing a radar graph using canvas, a canvas element may first be added to the HTML5 page. The id, width and height of the canvas element may be specified when the canvas element is added, for example, the id, width and height of the canvas element may be specified using the following procedure:
<canvas id="myCanvas"width="200"height="100"></canvas>
in this embodiment, the basic frame diagram is drawn by a canvas, and the coordinates mentioned in this embodiment, that is, the canvas watch, are mainly obtained by obtaining coordinates of a plurality of vertices of the basic frame diagram in a canvas coordinate system and connecting the coordinates adjacently to obtain the basic frame diagram.
103. Acquiring a parameter value input by a user, and calculating a coordinate of a second vertex of the radar chart according to the parameter value and the coordinate of the first vertex in the coordinate system of the canvas label;
in this embodiment, the parameter value may be input by a user or obtained from a server, and specifically, the terminal device may obtain the parameter data from the server. Specifically, AJAX (Asynchronous JavaScript And XML) may be used to obtain the parameter data from the server. AJAX is a web page development technique for creating interactive web page applications. By exchanging a small amount of data with the server in the background, AJAX can enable the webpage to be updated asynchronously, so that the part of the webpage can be updated without reloading the whole webpage. The core of AJAX is JavaScript object XmlHttp Request. The object is introduced for the first time in Internet Explorer 5, which is a technology supporting asynchronous requests, and XmlHttp Request enables a user to make a Request to a server using JavaScript and process a response without blocking the user.
In this embodiment, the canvas coordinate of the second vertex is mainly the full value of the parameter represented by each vertex, for example, when the trainer analyzes each ability of the player, the full value of each ability is set to 100, and the parameter value of a certain ability of a certain player is 75, the canvas coordinate of the first vertex corresponding to the ability is scaled by 1:075, so as to obtain the second vertex of the ability, and the canvas coordinate of the second vertex of the radar map is obtained by scaling all the second vertices of the ability respectively.
In this embodiment, an initial point may be set in the basic frame map, and a corresponding relationship may be set for the first vertex of each basic frame map and the parameter of the radar map characterization according to the order of the parameter of the characterization, which is input by the user, counterclockwise or clockwise
In this embodiment, after the parameters corresponding to the radar map are obtained, the canvas coordinates corresponding to each data point included in the parameters may be calculated, and then the parameters are drawn as the radar map. For example, js (javascript) may be used to process data of each dimension of the radar map, and calculate canvas coordinates corresponding to each data point.
In this embodiment, the input of the user includes parameters to be characterized by the radar map and the number of the parameters, and when the basic frame map is drawn, according to the position of the vertex of the basic frame map in the coordinate system, the corresponding relationship between the parameters and the vertex may be set, for example, the vertex set on the x-axis of the coordinate system is an initial vertex, the vertex corresponds to the first parameter input by the user, and the parameters input by the user are respectively made to correspond to the vertices in the order from the initial vertex in the clockwise direction or the counterclockwise direction, so that the first vertex and the parameters have the corresponding relationship.
104. Setting corresponding file information according to the coordinates of the second vertex;
in this embodiment, the second coordinate value may be set with a preset document near the coordinate value, where the document is mainly set according to different application scenarios, for example, when a coach analyzes various abilities of a player, fields of the abilities are set near vertices of a basic frame diagram, such as pass, endurance, speed, strength, defense, and shooting.
In this embodiment, after the background frame of the regular polygon is constructed, when the user inputs the parameter value, the coordinate value of the second vertex is changed according to the parameter value, and the set document information is also dynamically changed according to the coordinate value of the second vertex.
105. Generating a radar map area according to the coordinates of the second vertex, and combining the radar map area, the file information and the basic frame map to obtain and display a finished radar map;
in this embodiment, the second vertices are mainly connected to the coordinate original, and the distance between the two points is calculated according to the coordinates to obtain the radius of the radar map, since the basic frame map is a regular polygon and the input parameter items are multiple items, the radar map also includes multiple second vertices, the radii of multiple radar maps can be obtained according to the connection between different second vertices and the coordinate original, the inner area of the basic frame map is cut according to the radii of adjacent radar maps, and the actual radar map area can be cut by using a canvas.
In this embodiment, after trimming the radar map area, the radar map area needs to be depicted, the radar map area is displayed, and the radar map is generated, which is mainly completed by three different canvases, wherein a first canvas is used as a canvas for finally presenting an effect, and includes the radar map area, a small circle at a second vertex, a stroke connecting the vertices, and the like; a second canvas is used to depict the static radar map area of the full version; and a third canvas draws a covering layer for covering the static radar map area of the full version, generates a dynamic effect of delineation, and combines the delineated radar map, the file information and the basic frame map to obtain a finished radar map.
In this embodiment, an image creating instruction is obtained, where the image creating instruction includes a number of parameters represented by a radar map, where the number of parameters is an integer not less than 3; drawing a corresponding basic frame graph by using canvas labels according to the number of parameters characterized by the radar chart, wherein the basic frame graph comprises the same number of first vertexes as the number of the parameters; acquiring a parameter value input by a user, and calculating the coordinate of a second vertex of the radar chart according to the parameter value and the coordinate of the first vertex in the coordinate system of the canvas label; setting corresponding file information according to the coordinates of the second vertex; and generating a radar map area according to the coordinates of the second vertex, and combining the radar map area, the file information and the basic frame map to obtain and display a finished radar map. According to the method, a canvas is used for drawing a basic frame diagram according to the quantity of parameters input by a user, and then a radar diagram is generated according to parameter values, so that the requirements of complex service scenes are met; the assembly is small in size, low in introduction cost and beneficial to project maintenance. In addition, the invention also relates to a block chain technology, and parameter values and parameter numbers can be stored in the block chain.
Referring to fig. 2, a second embodiment of the radar map generating method according to the embodiment of the present invention includes:
201. acquiring an image creating instruction, wherein the image creating instruction comprises the number of parameters represented by the radar map;
202. initializing to generate a regular polygon according to the number of parameters and a preset specified size;
203. the gravity center of the regular polygon is coincided with the origin of coordinates of a coordinate system, and one vertex of the regular polygon is arranged on an x axis in the coordinate system;
204. drawing a circumscribed circle of the regular polygon in a coordinate system;
205. connecting the vertex of the regular polygon with the origin of coordinates to obtain a connecting line, and calculating an included angle between the connecting line and the x axis;
206. calculating vertex coordinates of all regular polygons according to the number of edges of the regular polygons, the radius and the included angle of the circumscribed circle, and taking the vertex coordinates as coordinates of a first vertex;
in this embodiment, before calculating the coordinates of each vertex, one vertex of the regular polygon is set on the x-axis of the canvas coordinate axis, and an circumscribed circle is drawn outside the regular polygon, as shown in fig. 9, where α is an included angle between a connection line of the vertex and the origin of coordinates and the x-axis, the included angle is calculated to be half of an internal angle of the regular polygon, and the internal angle is also different according to regular polygons with different numbers of edges, the internal angle of the regular polygon is pi × 2/m, where m is the number of edges of the regular polygon, that is, the number of vertices of the regular polygon, and the calculation formula of each vertex is calculated by the following formula:
(r*cos(α*(m-1)),r*sin(α*(m-1)))
and r is the radius of the circumscribed circle, and after the coordinates of the vertexes are obtained, the basic frame graph can be drawn according to the vertex coordinates.
207. Depicting a base frame graph according to coordinates of the first vertex;
in this embodiment, by internally generating the canvas instance, the constructor receives the parameters such as width and height, takes these parameters as the specified size, which is mainly to set the size of the generated radar map, and enables the size of the radar map to be modified by externally exposing the API resize (width _, height _) for resetting the specified size of the canvas.
In this embodiment, the number of the parameters is the same as the number of the sides of the regular polygon, for example, if the ability of a player to type by a coach is 6 items, including pass, endurance, speed, strength, defense, and goal shooting, respectively, the generated regular polygon is a regular hexagon, the number of the regular polygon is increased or decreased according to the non-use requirements of different application scenarios, and it should be noted that the regular polygon can be generated only if the number of the parameters is at least 3 items.
In this embodiment, the center of gravity of the regular polygon is overlapped with the origin of coordinates of the canvas coordinates, and the x axis of one vertex of the regular polygon is set on the coordinate axis of the canvas, so as to calculate coordinates of each vertex of the regular polygon, it should be noted that in practical requirements, the regular polygon is generally required to be placed in a regular manner, that is, the bottom side is parallel to x, and the regular polygon drawn by the vertex coordinates obtained by the solution method in the prior art is parallel to the side, so that the coordinates of the regular polygon need to be mapped to a certain extent and converted into a regular polygon, and the regular polygon can be rotated by the rotate method of the canvas.
208. Acquiring a parameter value input by a user, and calculating a coordinate of a second vertex of the radar chart according to the parameter value and the coordinate of the first vertex in the coordinate system of the canvas label;
209. setting corresponding file information according to the coordinates of the second vertex;
210. and generating a radar map area according to the coordinates of the second vertex, and combining the radar map area, the file information and the basic frame map to obtain and display a finished radar map.
This embodiment describes in detail a process of drawing a basic frame diagram based on the previous embodiment, and generates a regular polygon through initialization by using the number of parameters and a preset specified size, where the number of edges of the regular polygon is the same as the number of parameters, and the regular polygon is used for drawing the basic frame diagram; coinciding the center of gravity of the regular polygon with the origin of coordinates of the coordinate system and setting one vertex of the regular polygon on the x-axis in the coordinate system; calculating the coordinates of each vertex of the regular polygon in the coordinate system, and taking the coordinates of each vertex of the regular polygon as the coordinates of the first vertex; depicting the base frame map according to the coordinates of the first vertex. By the method, the outer frame image of the radar image can be quickly depicted, and the generation efficiency of the radar image is improved.
Referring to fig. 3, a third embodiment of the radar chart generation method according to the embodiment of the present invention includes:
301. acquiring an image creating instruction, wherein the image creating instruction comprises the number of parameters represented by the radar map;
302. drawing a corresponding basic frame diagram by using canvas labels according to the number of parameters represented by the radar chart;
303. acquiring a parameter value input by a user;
304. calculating the ratio of the parameter value to the vertex value represented by each first vertex in the basic frame diagram;
305. scaling the first vertex according to the ratio and the coordinate of the first vertex to obtain the coordinate of a second vertex;
in this embodiment, the canvas coordinate of the second vertex is mainly a full-scale value of the parameter represented by each vertex, for example, when the trainer analyzes each ability of the player, the full-scale value of each ability is set to 100, and the parameter value of a certain ability of a certain player is 75, the canvas coordinate of the first vertex corresponding to the ability is scaled by 1:075, for example, if a certain coordinate of the first vertex is (1,0), the second vertex corresponding to the ability is (0.75,0), and the canvas coordinate of the second vertex of the radar map can be obtained by scaling the second vertices of all the abilities respectively.
306. Setting corresponding file information according to the coordinates of the second vertex;
307. and generating a radar map area according to the coordinates of the second vertex, and combining the radar map area, the file information and the basic frame map to obtain and display a finished radar map.
In this embodiment, on the basis of the previous embodiment, a process of calculating coordinates of a second vertex of the radar chart in detail is performed, and a parameter value input by a user is obtained; calculating the ratio of the parameter value to the vertex value represented by each first vertex in the basic frame diagram; and scaling the first vertex according to the ratio and the coordinate of the first vertex to obtain the coordinate of a second vertex. By the method, the coordinate values of the second vertexes of the radar chart in the canvas coordinate system can be calculated quickly, subsequent description is facilitated, and the generation efficiency of the radar chart is improved.
Referring to fig. 4, a fourth embodiment of the radar chart generation method according to the embodiment of the present invention includes:
401. acquiring an image creating instruction, wherein the image creating instruction comprises the number of parameters represented by the radar map;
402. drawing a corresponding basic frame graph by using canvas labels according to the number of parameters characterized by the radar graph, wherein the basic frame graph comprises the first vertexes with the number being the same as that of the parameters;
403. acquiring a parameter value input by a user, and calculating a coordinate of a second vertex of the radar chart according to the parameter value and the coordinate of the first vertex in the coordinate system of the canvas label;
404. setting corresponding file information according to the coordinates of the second vertex;
405. setting a generation area of a masking layer mask finished product radar chart;
406. connecting all the second vertexes with the coordinate origin, and calculating the distances between all the second vertexes and the coordinate origin to obtain at least one distance value;
407. sequentially cutting by taking the origin of coordinates as the center according to the two adjacent distance values to obtain at least one cutting block;
408. splicing all the cutting blocks to obtain a radar map area;
409. combining the radar map area, the file information and the basic frame map to obtain a finished radar map;
410. and dynamically opening the masking layer, so that the radar chart is dynamically displayed.
In this embodiment, before the radar map is generated, a masking layer may be set in a generation region of the radar map, where the masking layer masks the generation region, so that a user cannot see a generation process of the radar map, and when the radar map is generated, the masking layer is dynamically expanded, for example, dynamic sector expansion of the radar map may be implemented by using an arc method in canvas, so as to obtain the radar map implementing the dynamic expansion function.
In this embodiment, on the basis of the previous embodiment, a process of generating and displaying a finished radar map is described in detail, and at least one distance value is obtained by connecting all the second vertexes with the origin of coordinates and calculating distances between all the second vertexes and the origin of coordinates; sequentially cutting by taking the coordinate origin as the center according to two adjacent distance values to obtain at least one cutting block; splicing all the cutting blocks to obtain a radar map area; combining the radar map area, the file information and the basic frame map to obtain a finished radar map; and dynamically opening the covering layer so that the radar chart is dynamically displayed. By the method, the radar map area can be generated quickly, and the radar map generation efficiency is improved.
Referring to fig. 5, a fifth embodiment of the method for generating a radar chart according to the embodiment of the present invention includes:
501. acquiring an image creating instruction, wherein the image creating instruction comprises the number of parameters represented by the radar map;
502. drawing a corresponding basic frame graph by using canvas labels according to the number of parameters characterized by the radar graph, wherein the basic frame graph comprises the first vertexes with the number being the same as that of the parameters;
503. acquiring a parameter value input by a user, and calculating a coordinate of a second vertex of the radar chart according to the parameter value and the coordinate of the first vertex in the coordinate system of the canvas label;
504. setting corresponding file information according to the coordinates of the second vertex;
505. generating a radar map area according to the coordinates of the second vertex, and combining the radar map area, the file information and the basic frame map to obtain and display a finished radar map;
506. judging whether the current cursor is located in the radar map area;
507. if so, determining the parameter closest to the current cursor;
in this embodiment, there may be multiple radar maps that may occupy the entire web page area, each corresponding to a particular analysis data. Sometimes, a user may want to have further detailed knowledge of the analysis data for a certain area. In these cases, the user may move the cursor to the radar map area that the user wants to know, and in this embodiment, the terminal may periodically detect whether the cursor is located within a predetermined area of the radar map. When the terminal device detects that the current cursor is located in the predetermined area of the radar map, the analysis information corresponding to the predetermined area can be acquired. After the terminal equipment acquires the analysis information of the radar map preset area, the analysis information can be presented for the user to view. Specifically, alternatively or additionally, the analysis data may be presented at the respective positions according to preset rules, for example, the analysis data may be presented at a predetermined area, covering the predetermined area; alternatively, to view the radar map of the predetermined area in conjunction with the analysis data, the analysis data may be presented adjacent to the predetermined area without covering the predetermined area. According to the radar map construction method provided by the embodiment, after the radar map is obtained, the analysis data of the predetermined area can be further obtained according to the user requirements, so that the interactivity of the radar map is improved, and the user experience is improved.
508. And displaying the parameter values of the parameters and the file of the corresponding vertex.
In this embodiment, after receiving the beautification instruction for the radar map, the terminal device may further perform beautification processing on the radar map by using canvas according to the instruction, so as to improve the aesthetic degree of the radar map. In this embodiment, after obtaining the radar map, the user may perform personalized setting on the radar map, such as performing beautification processing on the radar map. The terminal device may detect whether a beautification instruction for the radar map is received, for example, a user modifies a related setting or controls a mouse to perform a preset operation. In one implementation, the user may beautify the radar map by modifying the relevant settings, such as modifying line colors, changing image fills, and so forth. For example, when receiving an instruction to modify a line color or change image filling, the terminal device may modify the line color or image filling correspondingly according to the content of the instruction to meet the user requirement.
On the basis of the previous embodiment, the method adds a process of dynamically displaying the document information, and judges whether the current cursor is located in the radar map area; if so, determining the parameter closest to the current cursor; and displaying the parameter values of the parameters and the file of the corresponding vertex. The method is characterized in that a process of beautifying the radar map is added, and a beautifying instruction for the radar map is obtained; and beautifying the radar map by using canvas according to the beautifying instruction. By the method, the effect after the radar map is generated is improved, and the generation quality and the user experience of the radar map are improved.
In the above description of the method for generating a radar chart according to the embodiment of the present invention, referring to fig. 6, a radar chart generating apparatus according to the embodiment of the present invention is described below, where an embodiment of the radar chart generating apparatus according to the embodiment of the present invention includes:
an obtaining module 601, configured to obtain an image creating instruction, where the image creating instruction includes a number of parameters represented by a radar map, where the number of parameters is an integer not less than 3;
a frame drawing module 602, configured to draw a corresponding base frame graph according to the number of parameters characterized by the radar chart by using a canvas label, wherein the base frame graph includes the same number of first vertices as the number of parameters;
the vertex calculation module 603 is configured to obtain a parameter value input by a user, and calculate a coordinate of a second vertex of the radar map according to the parameter value and a coordinate of the first vertex in the coordinate system of the canvas label;
a document setting module 604, configured to set corresponding document information according to the coordinates of the second vertex;
and the map generation module 605 is configured to generate a radar map area according to the coordinates of the second vertex, and combine the radar map area, the pattern information, and the basic frame map to obtain and display a finished radar map.
In the embodiment of the present invention, the radar map generating apparatus operates the radar map generating method, and the radar map generating method includes: acquiring an image creating instruction, wherein the image creating instruction comprises the number of parameters of radar map representation, and the number of the parameters is an integer not less than 3; drawing a corresponding basic frame graph by using canvas labels according to the number of parameters characterized by the radar chart, wherein the basic frame graph comprises the same number of first vertexes as the number of the parameters; acquiring a parameter value input by a user, and calculating the coordinate of a second vertex of the radar chart according to the parameter value and the coordinate of the first vertex in the coordinate system of the canvas label; setting corresponding file information according to the coordinates of the second vertex; and generating a radar map area according to the coordinates of the second vertex, and combining the radar map area, the file information and the basic frame map to obtain and display a finished radar map. According to the method, a canvas is used for drawing a basic frame diagram according to the quantity of parameters input by a user, and then a radar diagram is generated according to parameter values, so that the requirements of complex service scenes are met; the assembly is small in size, low in introduction cost and beneficial to project maintenance. In addition, the invention also relates to a block chain technology, and parameter values and parameter numbers can be stored in the block chain.
Referring to fig. 7, a second embodiment of the radar chart generating apparatus according to the embodiment of the present invention includes:
an obtaining module 601, configured to obtain an image creating instruction, where the image creating instruction includes a number of parameters represented by a radar map, where the number of parameters is an integer not less than 3;
a frame drawing module 602, configured to draw a corresponding base frame graph according to the number of parameters characterized by the radar chart by using a canvas label, wherein the base frame graph includes the same number of first vertices as the number of parameters;
the vertex calculation module 603 is configured to obtain a parameter value input by a user, and calculate a coordinate of a second vertex of the radar map according to the parameter value and a coordinate of the first vertex in the coordinate system of the canvas label;
a document setting module 604, configured to set corresponding document information according to the coordinates of the second vertex;
and the map generation module 605 is configured to generate a radar map area according to the coordinates of the second vertex, and combine the radar map area, the pattern information, and the basic frame map to obtain and display a finished radar map.
Wherein the depiction module 602 comprises:
an initializing unit 6021, configured to generate a regular polygon through initialization according to the number of parameters and a preset specified size, where the number of sides of the regular polygon is the same as the number of parameters, and the regular polygon is used for depicting the basic frame diagram;
a coincidence unit 6022 for coinciding the center of gravity of the regular polygon with the origin of coordinates of the coordinate system and setting one vertex of the regular polygon on the x-axis in the coordinate system;
a coordinate calculation unit 6023 configured to calculate coordinates of each vertex of the regular polygon in the coordinate system, and set the coordinates of each vertex of the regular polygon as the coordinates of the first vertex;
a block diagram depiction unit 6024 for depicting the base-frame map in accordance with the coordinates of the first vertex.
Optionally, the coordinate calculation unit 6023 is specifically configured to:
drawing a circumscribed circle of the regular polygon in the coordinate system;
connecting the vertexes of the regular polygon with the origin of coordinates to obtain a connecting line, and calculating an included angle between the connecting line and the x axis;
and calculating the vertex coordinates of all the regular polygons according to the number of the sides of the regular polygons, the radius of the circumscribed circle and the included angle, and taking the vertex coordinates as the coordinates of the first vertex.
Optionally, the vertex calculating module 603 is specifically configured to:
acquiring a parameter value input by a user;
calculating the ratio of the parameter value to the vertex value represented by each first vertex in the basic frame diagram;
and scaling the first vertex according to the ratio and the coordinate of the first vertex to obtain the coordinate of a second vertex.
The radar map generation apparatus further includes a masking layer module 606, where the masking layer module 606 is specifically configured to:
and setting a generation area for masking the finished radar chart.
Optionally, the map area generating module 605 is specifically configured to:
connecting all the second vertexes with the coordinate origin, and calculating the distances between all the second vertexes and the coordinate origin to obtain at least one distance value;
sequentially cutting by taking the coordinate origin as the center according to two adjacent distance values to obtain at least one cutting block;
splicing all the cutting blocks to obtain a radar map area;
combining the radar map area, the file information and the basic frame map to obtain a finished radar map;
and dynamically opening the covering layer so that the radar chart is dynamically displayed.
The radar map generating apparatus further includes a display module 607, where the display module 607 is specifically configured to:
judging whether the current cursor is located in the radar map area;
if so, determining the parameter closest to the current cursor;
and displaying the parameter values of the parameters and the file of the corresponding vertex.
The embodiment describes the specific functions of each module and the unit composition of part of the modules in detail on the basis of the previous embodiment, and after a basic frame diagram is drawn by canvas through the modules and the units according to the number of parameters input by a user, a radar diagram is generated through parameter values, so that the requirements of complex service scenes are met; the module is small in size, low in introduction cost and beneficial to project maintenance, a display module covering layer is added, the effect after the radar map is generated is perfected, and the radar map generation quality and the user experience are improved.
Fig. 6 and 7 describe the radar map generation apparatus in the embodiment of the present invention in detail from the perspective of the modular functional entity, and the radar map generation apparatus in the embodiment of the present invention is described in detail from the perspective of hardware processing.
Fig. 8 is a schematic structural diagram of a radar map generating apparatus provided in an embodiment of the present invention, where the radar map generating apparatus 800 may have relatively large differences due to different configurations or performances, and may include one or more processors (CPUs) 810 (e.g., one or more processors) and a memory 820, and one or more storage media 830 (e.g., one or more mass storage devices) storing an application 833 or data 832. Memory 820 and storage medium 830 may be, among other things, transient or persistent storage. The program stored in the storage medium 830 may include one or more modules (not shown), each of which may include a series of instruction operations for the radar map generating apparatus 800. Further, the processor 810 may be configured to communicate with the storage medium 830, and execute a series of instruction operations in the storage medium 830 on the radar map generating apparatus 800 to implement the steps of the radar map generating method described above.
The radar map generating device 800 may also include one or more power supplies 840, one or more wired or wireless network interfaces 850, one or more input-output interfaces 860, and/or one or more operating systems 831, such as Windows Server, Mac OS X, Unix, Linux, FreeBSD, etc. Those skilled in the art will appreciate that the radar map generating device configuration shown in fig. 8 does not constitute a limitation of the radar map generating devices provided herein, and may include more or fewer components than those shown, or some components in combination, or a different arrangement of components.
The present invention also provides a computer-readable storage medium, which may be a non-volatile computer-readable storage medium, and which may also be a volatile computer-readable storage medium, having stored therein instructions, which, when run on a computer, cause the computer to perform the steps of the radar map generating method.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described systems, apparatuses, and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a read-only memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
The above-mentioned embodiments are only used for illustrating the technical solutions of the present invention, and not for limiting the same; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (10)

1. A radar map generation method, characterized by comprising:
acquiring an image creating instruction, wherein the image creating instruction comprises the number of parameters of radar map representation, and the number of the parameters is an integer not less than 3;
drawing a corresponding basic frame graph by using canvas labels according to the number of parameters characterized by the radar chart, wherein the basic frame graph comprises the same number of first vertexes as the number of the parameters;
acquiring a parameter value input by a user, and calculating the coordinate of a second vertex of the radar chart according to the parameter value and the coordinate of the first vertex in the coordinate system of the canvas label;
setting corresponding file information according to the coordinates of the second vertex;
and generating a radar map area according to the coordinates of the second vertex, and combining the radar map area, the file information and the basic frame map to obtain and display a finished radar map.
2. The method of claim 1, wherein the tracing the corresponding basic frame graph using canvas labels according to the number of parameters characterized by the radar chart comprises:
initializing to generate regular polygons according to the number of the parameters and a preset specified size, wherein the number of the edges of the regular polygons is the same as the number of the parameters, and the regular polygons are used for depicting the basic frame diagram;
coinciding the center of gravity of the regular polygon with the origin of coordinates of the coordinate system and setting one vertex of the regular polygon on the x-axis in the coordinate system;
calculating the coordinates of each vertex of the regular polygon in the coordinate system, and taking the coordinates of each vertex of the regular polygon as the coordinates of the first vertex;
depicting the base frame map according to the coordinates of the first vertex.
3. The radar map generation method according to claim 2, wherein the calculating coordinates of each vertex of the regular polygon in the coordinate system, and using the coordinates of each vertex of the regular polygon as the coordinates of the first vertex includes:
drawing a circumscribed circle of the regular polygon in the coordinate system;
connecting the vertexes of the regular polygon with the origin of coordinates to obtain a connecting line, and calculating an included angle between the connecting line and the x axis;
and calculating the vertex coordinates of all the regular polygons according to the number of the sides of the regular polygons, the radius of the circumscribed circle and the included angle, and taking the vertex coordinates as the coordinates of the first vertex.
4. The radar map generation method of claim 3, wherein the obtaining the user-input parameter value, and the calculating the coordinates of the second vertex of the radar map according to the parameter value and the coordinates of the first vertex in the coordinate system of the canvas label comprises:
acquiring a parameter value input by a user;
calculating the ratio of the parameter value to the vertex value represented by each first vertex in the basic frame diagram;
and scaling the first vertex according to the ratio and the coordinate of the first vertex to obtain the coordinate of a second vertex.
5. The radar map generating method according to any one of claims 1 to 4, wherein before generating a radar map area according to the coordinates of the second vertex, and combining the radar map area, the pattern information, and the base frame map to obtain a finished radar map and display the finished radar map, the method further comprises:
and setting a generation area for masking the finished radar chart.
6. The radar map generation method of claim 5, wherein the generating a radar map area according to the second vertex, and combining the radar map area, the pattern information, and the basic frame map to obtain a finished radar map and display the finished radar map comprises:
connecting all the second vertexes with the coordinate origin, and calculating the distances between all the second vertexes and the coordinate origin to obtain at least one distance value;
sequentially cutting by taking the coordinate origin as the center according to two adjacent distance values to obtain at least one cutting block;
splicing all the cutting blocks to obtain a radar map area;
combining the radar map area, the file information and the basic frame map to obtain a finished radar map;
and dynamically opening the covering layer so that the radar chart is dynamically displayed.
7. The method of claim 1, wherein after generating the radar map by masking the radar area according to a preset masking layer, the method further comprises:
judging whether the current cursor is located in the radar map area;
if so, determining the parameter closest to the current cursor;
and displaying the parameter values of the parameters and the file of the corresponding vertex.
8. A radar map generation apparatus, characterized by comprising:
the image creating method comprises the steps of obtaining an image creating instruction, wherein the image creating instruction comprises the number of parameters represented by a radar map, and the number of the parameters is an integer not less than 3;
a frame drawing module for drawing a corresponding basic frame drawing by using canvas labels according to the number of parameters characterized by the radar chart, wherein the basic frame drawing comprises the same number of first vertexes as the number of the parameters;
the vertex calculation module is used for acquiring a parameter value input by a user and calculating the coordinate of a second vertex of the radar chart according to the parameter value and the coordinate of the first vertex in the coordinate system of the canvas label;
the file setting module is used for setting corresponding file information according to the coordinates of the second vertex;
and the image generation module is used for generating a radar image area according to the coordinates of the second vertex, and combining the radar image area, the file information and the basic frame image to obtain and display a finished radar image.
9. A radar map generating apparatus, characterized in that the radar map generating apparatus comprises: a memory having instructions stored therein and at least one processor, the memory and the at least one processor interconnected by a line;
the at least one processor invokes the instructions in the memory to cause the radar map generation apparatus to perform the radar map generation method of any of claims 1-7.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out a radar map generation method according to any one of claims 1 to 7.
CN202011207431.7A 2020-11-03 2020-11-03 Radar map generation method, device, equipment and storage medium Pending CN112330772A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011207431.7A CN112330772A (en) 2020-11-03 2020-11-03 Radar map generation method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011207431.7A CN112330772A (en) 2020-11-03 2020-11-03 Radar map generation method, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN112330772A true CN112330772A (en) 2021-02-05

Family

ID=74324412

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011207431.7A Pending CN112330772A (en) 2020-11-03 2020-11-03 Radar map generation method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112330772A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113963761A (en) * 2021-09-23 2022-01-21 陈恒 Block chain data storage method and block chain link point system

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101339665A (en) * 2008-08-21 2009-01-07 金蝶软件(中国)有限公司 Method and device for automatically creating radar graph
CN109783102A (en) * 2019-01-18 2019-05-21 北京城市网邻信息技术有限公司 Method, apparatus, equipment and the storage medium that Canvas painting canvas generates in a kind of small routine
CN111199511A (en) * 2018-11-19 2020-05-26 北京京东尚科信息技术有限公司 Graph generation method and device and computer readable storage medium

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101339665A (en) * 2008-08-21 2009-01-07 金蝶软件(中国)有限公司 Method and device for automatically creating radar graph
CN111199511A (en) * 2018-11-19 2020-05-26 北京京东尚科信息技术有限公司 Graph generation method and device and computer readable storage medium
CN109783102A (en) * 2019-01-18 2019-05-21 北京城市网邻信息技术有限公司 Method, apparatus, equipment and the storage medium that Canvas painting canvas generates in a kind of small routine

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
MATERIALCODER: "利用Canvas绘制雷达图", 《CSDN博客》 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113963761A (en) * 2021-09-23 2022-01-21 陈恒 Block chain data storage method and block chain link point system

Similar Documents

Publication Publication Date Title
Bostock et al. Protovis: A graphical toolkit for visualization
Mahajan et al. Detection and localization of html presentation failures using computer vision-based techniques
KR101494844B1 (en) System for Transforming Chart Using Metadata and Method thereof
CN109726261A (en) A kind of heating power drawing generating method and device
CN107357503B (en) Self-adaptive display method and system for three-dimensional model of industrial equipment
US20200098091A1 (en) Generating enhanced digital content using piecewise parametric patch deformations
CN112100795A (en) Method and device for comparing computer aided design drawings
Ježek et al. Design and evaluation of WebGL-based heat map visualization for big point data
Mucherino et al. An approach to dynamical distance geometry
CN110832456A (en) Creating default layout constraints for a graphical interface
US7791620B2 (en) Systems and methods for rendering symbols using non-linear scaling
US9141380B2 (en) Method and system for visualization of large codebases
US10628918B2 (en) Generating enhanced digital content using piecewise parametric patch deformations
US10706500B2 (en) Generating enhanced digital content using piecewise parametric patch deformations
US11410346B1 (en) Generating and adjusting a proportional palette of dominant colors in a vector artwork
CN112330772A (en) Radar map generation method, device, equipment and storage medium
US20100053205A1 (en) Method, apparatus, and system for displaying graphics using html elements
Antonov et al. An AlgoView web-visualization system for the AlgoWiki project
Wenzel et al. Towards cross-platform collaboration-Transferring real-time groupware to the browser
US8952968B1 (en) Wave modeling for computer-generated imagery using intersection prevention on water surfaces
CN115857930A (en) Prototype rapid design method and system based on real-scene model
CN114692240A (en) CAD drawing method and device, storage medium and computer equipment
CN111192339B (en) Geographic position data rendering method and device
Sutter et al. A CSS integration model for declarative 3D
Farkas Hardware-Accelerating 2D Web Maps: A Case Study

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20210205