CN108241608B - Method, device and system for processing chart data - Google Patents

Method, device and system for processing chart data Download PDF

Info

Publication number
CN108241608B
CN108241608B CN201611222589.5A CN201611222589A CN108241608B CN 108241608 B CN108241608 B CN 108241608B CN 201611222589 A CN201611222589 A CN 201611222589A CN 108241608 B CN108241608 B CN 108241608B
Authority
CN
China
Prior art keywords
data
cell
size
display
written
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201611222589.5A
Other languages
Chinese (zh)
Other versions
CN108241608A (en
Inventor
张筑
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Gridsum Technology Co Ltd
Original Assignee
Beijing Gridsum 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 Beijing Gridsum Technology Co Ltd filed Critical Beijing Gridsum Technology Co Ltd
Priority to CN201611222589.5A priority Critical patent/CN108241608B/en
Publication of CN108241608A publication Critical patent/CN108241608A/en
Application granted granted Critical
Publication of CN108241608B publication Critical patent/CN108241608B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/189Automatic justification

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Controls And Circuits For Display Device (AREA)

Abstract

The invention discloses a method, a device and a system for processing chart data. Wherein, the method comprises the following steps: receiving chart data, the chart data including at least: the cell and the data written in the corresponding cell; acquiring the display size of data in a cell; and acquiring the area size relationship between the data and the cells written with the data based on the display size of the data and the sizes of the cells, and adjusting the display result of the data in the corresponding cells according to the area size relationship between the data and the cells written with the data. The invention solves the technical problems that the data to be displayed is not matched with the size of the cells and the data are crossed and overlapped because the data are displayed in the cells of the chart data.

Description

Method, device and system for processing chart data
Technical Field
The invention relates to the field of chart data processing, in particular to a chart data processing method, device and system.
Background
In the data visualization chart, the rectangular tree diagram is one of the most basic, most important charts and the most effective analysis tool, and can be used for describing the proportion relation of the hierarchical structure data and also visually displaying the data of each data item.
At present, common commercial-grade visual charts in the market, such as ECharts and highCharts, provide basic rectangular tree graphs for use, but when the text information is more, the text information may overflow the area where the text information is located, so that the text information is mutually crossed and overlapped, the display effect is very poor, and this indirectly causes that a user using the rectangular tree graph cannot quickly locate the data item which the user wants to view from the graph, which undoubtedly reduces the use value of the rectangular tree graphs. And because the size of the data item of the rectangular tree graph is irregular, the text information may overflow in the transverse direction, but a large amount of blank space is not fully utilized in the vertical direction, and the visual effect is greatly reduced.
However, an effective solution has not been proposed so far to solve the problem that the data to be displayed does not match the size of the cells in the above-mentioned scheme of displaying the data in the cells of the chart in the prior art.
Disclosure of Invention
The embodiment of the invention provides a method, a device and a system for processing chart data, which are used for at least solving the technical problems that the sizes of data to be displayed and cells are not matched and the data are crossed and overlapped because the data are displayed in the cells of the chart data.
According to an aspect of the embodiments of the present invention, there is provided a method for processing chart data, including: receiving chart data, the chart data including at least: the cell and the data written in the corresponding cell; acquiring the display size of data in the cell, wherein the data at least comprises at least one of the following types: text, pictures, and video; acquiring an area size relationship between the data and the unit cells written in the data based on the display size of the data in the unit cells and the size of the unit cells, wherein the area size relationship is used for representing a mapping relationship between a display area of the data and the display area of the unit cells; and adjusting the display result of the data in the corresponding cell according to the area size relationship between the data and the cell written with the data.
According to another aspect of the embodiments of the present invention, there is also provided a chart data processing system, including: the server is used for receiving the chart data, acquiring the display size of the data in the cells after receiving the chart data, acquiring the area size relationship between the data and the cells written with the data based on the display size of the data and the size of the cells, and adjusting the display result of the data in the corresponding cells according to the area size relationship between the data and the cells written with the data; wherein the data includes at least one of the following types: text, pictures, and video; and the client is used for establishing a communication relation with the server and displaying the adjusted data result in the cell.
According to another aspect of the embodiments of the present invention, there is also provided a chart data processing apparatus, including: a receiving module, configured to receive chart data, where the chart data at least includes: the cell and the data written in the corresponding cell; the first acquisition module is used for acquiring the display size of the data in the cell, wherein the data at least comprises at least one of the following types: text, pictures, and video; the second obtaining module is used for obtaining the area size relationship between the data and the unit cells written in the data based on the display size of the data and the size of the unit cells, wherein the area size relationship is used for representing the mapping relationship between the display area of the data and the display area of the unit cells; and the adjusting module is used for adjusting the display result of the data in the corresponding cell according to the area size relationship between the data and the cell written with the data.
In the embodiment of the invention, the chart data is received, the display size of the data in the cell is obtained, the initial maximum value of the display size of the data and the initial minimum value of the display size of the data are preset by the server, the mapping relation between the data and the cell written with the data is obtained after the initial minimum value of the display size of the preset data and/or the initial maximum value of the display size of the data correspond to the minimum value of the cell written with the data and/or the maximum value of the cell written with the data, and the area size relation between the data and the cell written with the data is determined, so that the size of the data written with the corresponding cell is adjusted according to the size relation, and adding a line feed label to the text label of the data written into the cell, so that the text can be adaptively fed. Obviously, the server can judge the data display line number of the cell and the maximum accommodating data line number of the cell; if the display line number of the cell is less than or equal to the maximum accommodating data line number of the cell, displaying the data of the cell; and if the display line number of the cell is larger than the maximum accommodating data line number of the cell, performing overflow of the adjustment data outside the cell. Therefore, the method achieves the purpose of adjusting the display result of the data in the corresponding cell, thereby realizing the mode of optimizing the display data, solving the technical effects of clear logic of the method and less increased code amount, and further solving the technical problems of the mismatching of the size of the data to be displayed and the cell and the cross coincidence of the data caused by the display of the data in the cell of the chart data.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the invention and together with the description serve to explain the invention without limiting the invention. In the drawings:
FIG. 1 is a flow chart of a method of processing chart data according to an embodiment of the invention;
FIG. 2 is a schematic diagram of a rectangular tree diagram according to an embodiment of the invention;
FIG. 3 is a flow chart of an alternative method of processing chart data according to an embodiment of the invention;
FIG. 4 is a flow chart of an alternative method of processing chart data in accordance with embodiments of the present invention;
FIG. 5 is a schematic diagram of an optimized rectangular tree diagram according to an embodiment of the invention;
FIG. 6 is a system diagram of an alternative chart data processing according to an embodiment of the invention; and
fig. 7 is a schematic structural diagram of an alternative apparatus for processing graph data according to an embodiment of the present invention.
Detailed Description
In order to make the technical solutions of the present invention better understood, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
It should be noted that the terms "first," "second," and the like in the description and claims of the present invention and in the drawings described above are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the invention described herein are capable of operation in sequences other than those illustrated or described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, 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.
Example 1
In accordance with an embodiment of the present invention, there is provided an embodiment of a method for processing chart data, it is noted that the steps illustrated in the flowchart of the figure may be performed in a computer system such as a set of computer executable instructions, and that while a logical order is illustrated in the flowchart, in some cases the steps illustrated or described may be performed in an order different than here.
Fig. 1 is a flowchart of a processing method of chart data according to embodiment 1 of the present invention, as shown in fig. 1, the method includes the steps of:
step S102, receiving chart data; wherein the chart data at least includes: the cell, and write the data of the corresponding cell.
In an alternative provided by step S102 described above, the chart data sent from the client may be received by the server, and the server performs subsequent processing on the received chart data. As will be understood from the example shown in fig. 2, the cell in the graph data may be any one of the cells A, B in fig. 2, for example, the data "government agency open" may be written in the cell a, and the data "hainan province service center" may be written in the cell B.
It should be noted here that the data "hainan province service center" displayed in the cell B is in an overflow state, that is, the position of the "hainan province service center" exceeds the frame of the cell B, and the data "government open", that is, the position of the "government open" displayed in the cell a is located within the frame of the cell a, at this time, if the server detects that the data overflowing the cell, for example, the "hainan province service center" overflows the cell B, at this time, the server needs to adjust the display state of the data overflowing the cell.
Step S104, acquiring the display size of the data in the cell, wherein the data comprises at least one of the following types: text, pictures, and video;
in an alternative embodiment, the step S104 may be performed by a server, and preferably, the server may further obtain the characteristics of the data, wherein the characteristics of the data may include: the size, height and width of the data.
In an alternative provided by step S104 above, an initial maximum value of a display size of the data and an initial minimum value of the display size of the data are further set by the size of the data, where the display size of the data may be a size value of the data acquired by the server displayed in the write cell.
And step S106, acquiring the area size relationship between the data and the unit cells written with the data based on the display size of the data in the unit cells and the size of the unit cells, wherein the area size relationship is used for representing the mapping relationship between the display area of the data and the display area of the unit cells.
In an alternative embodiment, step S106 may be performed by a server, and preferably, the server may further obtain display attributes of the cell, where the display attributes of the cell may include: the data display line number of the cell and the maximum data line number of the cell are calculated according to the data display line number of the cell.
In an alternative provided by step S106, the server sets an initial maximum value of the display size of the data and an initial minimum value of the display size of the data in advance, corresponds the initial maximum value of the display size of the data set in advance to the maximum value of the cell in which the data is written, and obtains a mapping relationship between the data and the cell in which the data is written after the initial minimum value of the display size of the data set in advance corresponds to the minimum value of the cell in which the data is written; and determining the display scale written in the corresponding cell data according to the mapping relation. Wherein, the display scale can adopt a unary one-time function.
In an alternative embodiment, the initial maximum value of the display size of the data (which may be defined as maxFontSize) preset by the server is 40 pixels, the initial minimum value of the display size of the data (which may be defined as minFontSize) is 10 pixels, the maximum value of the cell (which may be defined as maxValue) is preset as 40 pixels, and the minimum value of the cell (which may be defined as minValue) is 10 pixels, so that the display scale (which may be defined as fontScale) is determined to be y ═ x according to two points of the mapping relationship (10,10) and (40,40) between the initial maximum value of the display size of the data (which may be defined as maxFontSize) and the initial minimum value of the display size of the data (which may be defined as minValue).
And step S108, adjusting the display result of the data in the corresponding cell according to the area size relationship between the data and the cell written with the data.
In an alternative provided by the above step S108, the data is adjusted to the position at the center of the corresponding cell, and then the server performs the folding process by adding a tspan wrap tab to the text tab of the data, and when the number of single-line accommodations written in a certain line of the cell data is greater than the number of single-line accommodations (which may be defined as maxtlength) of the corresponding cell, the data is folded by itself. Finally, the server judges the data display line number of the cell and the maximum accommodating data line number of the cell; if the display line number of the cell is less than or equal to the maximum accommodating data line number of the cell, displaying the data of the cell; and if the display line number of the cell is larger than the maximum accommodating data line number of the cell, executing overflow of the adjustment data outside the cell, truncating the last line of the data display line number of the cell, and adding an overflow identifier for display after a suffix.
In the embodiments of the present invention disclosed in the above steps S102 to S108, in a manner that the server receives the graph data and obtains the display size of the data in the cell, the server sets the initial maximum value of the display size of the data and the initial minimum value of the display size of the data in advance according to the size of the data, and corresponds the initial maximum value of the display size of the data set in advance to the maximum value of the cell in which the data is written, and obtains the mapping relationship between the data and the cell in which the data is written after the initial minimum value of the display size of the data set in advance corresponds to the minimum value of the cell in which the data is written, that is, determines the area size relationship between the data and the cell in which the data is written, so that the size of the data written in the corresponding cell is adjusted according to the size relationship, and adds a line change tag to the text tag of the data written in the cell, so that the text can be adaptively wrapped. Obviously, the server can judge the data display line number of the cell and the data line number of the cell which is accommodated maximally; if the display line number of the cell is less than or equal to the maximum accommodating data line number of the cell, displaying the data of the cell; and if the display line number of the cell is larger than the maximum accommodating data line number of the cell, performing overflow of the adjustment data outside the cell. Therefore, the purpose of adjusting the display result of the data in the corresponding cell is achieved, the mode of optimizing the display data is achieved, the solution method is clear in logic, the increased code amount is less, and the technical problems that the size of the data to be displayed is not matched with that of the cell and the data are crossed and overlapped due to the fact that the data are displayed in the cell of the chart data are solved.
In an alternative embodiment, after the server receives the chart data sent by the client, the chart data can be processed by using a filling module, and the size of the cell is obtained while the rectangular tree diagram is generated.
In the foregoing solution, the graph data may be filled by using a filling module in a server, the graph data generates a rectangular tree diagram, and the graph data generates the rectangular tree diagram after processing and obtains the size of the cell, where the size of the cell includes: the height of the cell and the width of the cell.
Here, after receiving the graph data sent by the client, the server processes the cell a and the cell B in the graph data, and the data "government affairs open" written in the cell a and the data "hainan province service center" written in the cell B by using the filling module in the server, and generates the rectangular tree diagram after processing. The generated rectangular tree diagram includes a cell a and a cell B, where the cell height (which may be defined as rectHeight) is 60 pixels and the cell width (which may be defined as rectWidth) is 50 pixels.
The code was compiled as follows:
varrectWidth=parseInt(rect.attr("width"));
varrectHeight=parseInt(rect.attr("height"));
it should be noted here that the cell height (which may be defined as rectHeight) is the paessint () function reference, and the reference parameter is the cell height; the cell width (which may be defined as rectWidth) is the paesInt () function reference and the reference parameter is the cell width.
In an alternative embodiment, obtaining the display size of the data located in the cell comprises: acquiring the characteristics of the data of each cell in the rectangular tree graph, wherein the characteristics of the data at least comprise one of the following characteristics: size, height and width of the data; and determining the display size of the data in the corresponding cell according to the characteristics of the data.
In the above scheme, an initial maximum value of the display size of the data and an initial minimum value of the display size of the data are set by the size of the data, where the display size of the data in the cell is used to represent a size value of the data acquired by the server and displayed in the written cell.
It should be noted here that the size of the data a may be 40 pixels, and the display size of the data a may be 10 elements determined according to the area size relationship between the data and the cell in which the data is written; the height of the data a may be 10 pixels, and the width of the data a may be 40 pixels; similarly, the size of the data B may be 70 pixels, the display size of the data B may be 20 pixels, the height of the data B may be 10 pixels, and the width of the data B may be 70 pixels, which are determined according to the region size relationship between the data and the cell in which the data is written.
In an alternative embodiment, obtaining the area size relationship between the data and the cells written with the data, as shown in fig. 3, may be implemented by the following steps:
in step S202, the server sets in advance an initial maximum value of the display size of the data (which may be defined as maxFontSize) and an initial minimum value of the display size of the data (which may be defined as minFontSize) according to the size of the data.
Step S204, obtaining a mapping relationship between the data and the cells in which the data is written, and using the mapping relationship as an area size relationship between the data and the cells in which the data is written, where an initial maximum value (which may be defined as maxFontSize) of a display size of the preset data corresponds to a maximum value (which may be defined as maxValue) of the cells in which the data is written, and an initial minimum value (which may be defined as minFontSize) of the display size of the preset data corresponds to a minimum value (which may be defined as minValue) of the cells in which the data is written.
Based on the schemes disclosed in steps S202 to S204 in the above embodiments, the size (which may be defined as currentSize) written into the corresponding cell data is determined according to the mapping relationship between the data and the cells written into the data, so as to determine the display size of the corresponding cell data.
In an optional embodiment, the adjusting data is before the display result of the corresponding cell, and the method further includes: and adjusting the data to the central position of the unit cells, and determining the display range of the data in the unit cells according to the adjusted position of the data and the area size relationship between the data and the unit cells in which the data are written.
In an optional embodiment, after obtaining the area size relationship between the data and the cell in which the data is written, the server may further obtain a display attribute of the cell according to the cell height, the cell width, the size of the data, and the width of the data, where the display attribute of the cell includes: a single line of containment number (which may be defined as maxtTextLength), a data presentation line number for a cell (which may be defined as lineNumber), and a maximum containment data line number for a cell (which may be defined as maxtTextLines).
It should be noted here that the single-row holding number refers to the number of rows of data that can be held in a single row in the cell, the calculation formula may be the width of the cell divided by the size of the data, the maximum number of rows of data that can be held in the cell refers to the number of rows of data that can be held in the maximum cell, the calculation formula may be the height of the cell divided by the size of the data, the number of rows of data that can be displayed in the cell refers to the number of rows of data that can be displayed in the cell, and the calculation formula may be the width of the data divided by the number.
Specifically, the cell height (which may be defined as rect height) is 60 pixels, the cell width (which may be defined as rect width) is 50 pixels, the size of the data a may be 40 pixels, the width of the data a may be 40 pixels, the single-line accommodation number is 50 pixels of the cell width divided by 40 pixels of the size of the data a is equal to 1.25, the maximum accommodation data line number of the cell is 60 pixels of the cell height divided by 40 pixels of the size of the data a is equal to 1.5, rounded off to 2, and the data presentation line number of the cell is 32 equal to 40 pixels divided by 1.25.
In an alternative embodiment, before adjusting the display result of the data in the corresponding cell, the method can be implemented by the following steps:
step S302: the center position of the data is adjusted.
In step S302, the server sequentially calculates the distance from the data to the upper side of the cell and the distance from the data to the left side of the cell, and adjusts the data position according to the position deviated from the center of the corresponding cell.
Here, the distance from the acquired data a to the upper side of the cell a is: (cell a height recathight — cell a's data show line lineNumber writes the size currentSize)/2 of the corresponding cell data a; the distance of the acquired data A from the left side of the cell A is as follows: (cell a width rectWidth — data line maxtlines of the cell a accommodated at maximum — size currentSize/2 where the corresponding cell a data is written; similarly, the distance of the data B from the upper side of the cell B and the distance of the data B from the left side of the cell B are calculated using the same calculation formula.
It should be further noted here that the distance of data a from the upper side of cell a may be 30 pixels, the distance of data a from the left side of cell a may be 20 pixels, the distance of data B from the upper side of cell B may be 10 pixels, and the distance of data B from the left side of cell B may be 40 pixels. Since the rectangular tree diagram includes the cell a and the cell B in which the cell height (which may be defined as rectHeight) is 60 pixels and the cell width (which may be defined as rectWidth) is 50 pixels, the center position of the cell a is (30,25) so that the data a is shifted in translation to the right by 5 pixels. The center position of cell B is (30,25), so data B is shifted down by 20 pixels and left by 15 pixels.
In the technical solution disclosed in the step S302, the adjusting the center position of the data may adjust the data to the center position of the cell by acquiring a distance from the data to a first position of the cell and a distance from the data to a second position of the cell; wherein the first position comprises at least: the distance of data from the top of the cell or the distance of data from the bottom of the cell, the second location at least comprising: the distance of the data from the left side of the cell or the distance of the data from the right side of the cell.
In an alternative embodiment, the specific step of adjusting the display result of the cell in which the data is located, as shown in fig. 4, may be implemented by the following implementation steps:
in step S402, it is determined whether the data display line count (which may be defined as lineNumber) of the cell is greater than the maximum data line count (which may be defined as maxtlines) of the cell.
In step S404, if the number of presentation lines of the cell (which may be defined as lineNumber) is less than or equal to the maximum number of data lines (which may be defined as maxtlines) accommodated by the cell, the data of the cell is displayed.
In step S406, if the number of display lines (which may be defined as lineNumber) of the cell is greater than the maximum number of data lines (maxtlines) of the cell, performing adjustment for overflow of the data beyond the cell, truncating the last line of the number of data display lines (lineNumber) of the cell, and adding an overflow flag to the suffix at the truncation.
In step S408, the single-row accommodated number of each row of data written into the cells is compared with the single-row accommodated number of the cells.
In step S410, if the single-row capacity of a certain row of the data written into the cells is greater than the single-row capacity of the corresponding cells, a row-feed tag is added to fold the data at a position in the row where the single-row capacity of the cells has been reached.
Specifically, in the above steps S408 to S410, when the number of lines of the data written in the cell is greater than the single-line accommodating number (which may be defined as maxtlength) of the corresponding cell, the data is folded by itself. The server implements the fold-down processing of the data by adding a tspan wrap tag to the text tag, which is referenced by the textNode () function.
In the schemes disclosed in steps S402 to S410, the single-line accommodation number per line of data written in the cell a may be 4, the single-line accommodation number of the cell a may be 5, the data presentation line number (linenurber) of the cell in the cell a is 2, the maximum accommodation data line number (maxtlines) of the cell a is 5, the presentation line number (linenurber) of the cell a is smaller than the maximum accommodation data line number (maxtlines) of the maximum accommodation cell a, the data a of the display cell a is government open, the single-line accommodation number per line of data written in the cell B may be 7, the single-line accommodation number of the cell B may be 10, the data presentation line number (linenurber) of the cell in the cell B is 6, the maximum accommodation data line number (maxtline) of the cell B is 5, the presentation line number (linenurber) of the cell B is greater than the maximum accommodation data line number (linenurber) of the cell B, the overflow of the cell B is performed outside the adjustment data of the cell B, the last line in the data presentation row number for cell B is truncated and the addition of overflow indicator … suffixed to the truncation indicates that data B is Hainan province …. Fig. 5 shows the result of the adjustment of the display state of the data overflowing the cells by the server.
Example 2
According to the embodiment of the invention, the embodiment of the processing system of the chart data is also provided. The processing method of the chart data in embodiment 1 of the present invention can be executed in the processing system in embodiment 2 of the present invention.
Fig. 6 is a schematic diagram of a system for processing chart data according to an embodiment of the present invention, as shown in fig. 6, the system includes: a server 201 and a client 202.
The server 201 is configured to, after receiving the chart data, obtain a display size of the data located in the cell, and based on the display size of the data and the size of the cell, obtain an area size relationship between the data and the cell in which the data is written, and adjust a display result of the data in the corresponding cell according to the area size relationship between the data and the cell in which the data is written, where the data at least includes at least one of the following types: text, pictures, and video.
And the client 202 establishes a communication relationship with the server 201 and displays the adjusted data result in the cell.
As can be seen from the above, in the embodiment of the present invention, the server receives the graph data, acquires the display size of the data located in the cell, sets the maximum value of the display size of the data and the minimum value of the display size of the data in advance by the server, sets the initial maximum value of the display size of the data and the initial minimum value of the display size of the data, corresponds the initial minimum value of the display size of the data and/or the initial maximum value of the display size of the data to the minimum value of the cell in which the data is written and/or the maximum value of the cell in which the data is written to obtain the mapping relationship between the data and the cell in which the data is written, determines the area size relationship between the data and the cell in which the data is written, so that the size of the data written to the corresponding cell is adjusted according to the size relationship, and adds the line change tag to the text tag of the data written to, so that the text can be adaptively wrapped. Obviously, the server can judge the data display line number of the cell and the maximum accommodating data line number of the cell; if the display line number of the cell is less than or equal to the maximum accommodating data line number of the cell, displaying the data of the cell; and if the display line number of the cell is larger than the maximum accommodating data line number of the cell, performing overflow of the adjustment data outside the cell. Therefore, the method achieves the purpose of adjusting the display result of the data in the corresponding cell, thereby realizing the mode of optimizing the display data, solving the technical effects of clear logic of the method and less increased code amount, and further solving the technical problems of the mismatching of the size of the data to be displayed and the cell and the cross coincidence of the data caused by the display of the data in the cell of the chart data.
Optionally, the server 201 processes the chart data by using a filling module, and obtains the size of the cell while generating the rectangular tree diagram.
In the foregoing solution, the graph data may be filled by using a filling module in a server, the graph data generates a rectangular tree diagram, and the graph data generates the rectangular tree diagram after processing and obtains the size of the cell, where the size of the cell includes: the height of the cell and the width of the cell.
As an alternative embodiment, after receiving the chart data sent by the client, the server processes the cell a and the cell B in the chart data, and the data "government affairs open" written in the cell a and the data "hainan province service center" written in the cell B using a filling module in the server, generates a rectangular tree graph after processing, and obtains the size of the cell, wherein the cell height (which may be defined as retheight) is 60 pixels, and the cell width (which may be defined as retwidth) is 50 pixels.
Optionally, the server 201 obtains characteristics of the data, where the characteristics of the data at least include one of the following: size, height and width of the data;
as an alternative embodiment, the size of the data a may be 40 pixels, and the display size of the data a may be 10 elements determined according to the area size relationship between the data and the cell in which the data is written; the height of the data a may be 10 pixels, and the width of the data a may be 40 pixels; it is determined that the display size of the data B may be 20 pixels, the height of the data B may be 10 pixels, and the width of the data B may be 70 pixels according to the area size relationship between the data and the cell in which the data is written.
Optionally, the server 201 sets an initial maximum value of the display size of the data and an initial minimum value of the display size of the data according to the size of the data; the initial maximum value of the display size of the preset data corresponds to the maximum value of the cell in which the data is written, and the mapping relation between the data and the cell in which the data is written is obtained after the initial minimum value of the display size of the preset data corresponds to the minimum value of the cell in which the data is written; and determining the display scale of the size of the written corresponding cell data according to the mapping relation between the data and the cell in which the data is written.
As an alternative embodiment, the initial maximum value of the display size of the data (which may be defined as maxFontSize) preset by the server is 40 pixels, the initial minimum value of the display size of the data (which may be defined as minFontSize) is 10 pixels, the maximum value of the cell (which may be defined as maxValue) is preset as 40 pixels, and the minimum value of the cell (which may be defined as minValue) is 10 pixels, so that the display scale (which may be defined as fontScale) for writing the size of the corresponding cell data is determined to be y ═ x, according to two points of the mapping relationship (10,10) and (40,40) between the initial maximum value of the display size of the data (which may be defined as maxFontSize) and the initial minimum value of the display size of the data (which may be defined as minValue).
Optionally, the server 201 obtains the display attribute of the cell according to the height of the cell, the width of the cell, the size of the data, and the width of the data, where the display attribute of the cell includes: a single line of containment number (which may be defined as maxtTextLength), a data presentation line number for a cell (which may be defined as lineNumber), and a maximum containment data line number for a cell (which may be defined as maxtTextLines).
As an alternative embodiment, the single-row accommodation number refers to the number of rows in a cell that can accommodate data, the calculation formula may be the width of the cell divided by the size of the data, the maximum number of rows of data accommodated by the cell refers to the number of rows of data that can be accommodated by the cell at the maximum, the calculation formula may be the height of the cell divided by the size of the data, the number of rows of data displayed by the cell refers to the number of rows of data that can be displayed by the cell, and the calculation formula may be the width of the data divided by the number of rows accommodated by the single-row.
Specifically, the cell height (which may be defined as rect height) is 60 pixels, the cell width (which may be defined as rect width) is 50 pixels, the size of the data a may be 40 pixels, the width of the data a may be 40 pixels, the single-line accommodation number is 50 pixels of the cell width divided by 40 pixels of the size of the data a is equal to 1.25, the maximum accommodation data line number of the cell is 60 pixels of the cell height divided by 40 pixels of the size of the data a is equal to 1.5, rounded off to 2, and the data presentation line number of the cell is 32 equal to 40 pixels divided by 1.25.
Optionally, the server 201 adjusts the central position of the data; the central position of the data can be adjusted to the central position of the unit grid by acquiring the first distance from the data to the unit grid and the second distance from the data to the unit grid; wherein the first position comprises at least: the distance of data from the top of the cell or the distance of data from the bottom of the cell, the second location at least comprising: the distance of the data from the left side of the cell or the distance of the data from the right side of the cell.
In an alternative embodiment, the distance of data a from the top of cell a may be 30 pixels, the distance of data a from the left of cell a may be 20 pixels, the distance of data B from the top of cell B may be 10 pixels, and the distance of data B from the left of cell B may be 40 pixels. Since the rectangular tree diagram includes the cell a and the cell B in which the cell height (which may be defined as rectHeight) is 60 pixels and the cell width (which may be defined as rectWidth) is 50 pixels, the center position of the cell a is (30,25) so that the data a is shifted in translation to the right by 5 pixels. The center position of cell B is (30,25) so data B is shifted down by 20 pixels and left by 15 pixels.
Optionally, the server 201 determines the data display line number (which may be defined as lineNumber) of the cell that accommodates the largest data line number (which may be defined as maxtlines) of the cell; if the number of display lines of the cell (which may be defined as lineNumber) is less than or equal to the maximum number of data lines (which may be defined as maxtlines) of the cell, displaying the data of the cell; otherwise, performing overflow of the adjustment data outside the cell, truncating the last line of the data display line number (which can be defined as lineNumber) of the cell, and adding an overflow identifier after the truncation; comparing the single-row acceptance number of each row of data written into the cells with the single-row acceptance number of the cells; if the single-row containing number of a certain row of the data written into the unit cell is larger than the single-row containing number of the corresponding unit cell, a row feed label is added at the position of the row which reaches the single-row containing number of the unit cell to fold the data.
Specifically, when the number of lines of data written into a cell is larger than the single-line accommodating number (which may be defined as maxtlength) of the corresponding cell, the data is folded by itself. The server implements the fold-down processing of the data by adding a tspan wrap tag to the text tag, which is referenced by the textNode () function.
As an alternative embodiment, the single-line accommodation number per line of data written into the cell a may be 4, the single-line accommodation number of the cell a may be 5, the data display line number (which may be defined as linensuber) of the cell in the cell a is 2, the maximum accommodation data line number (which may be defined as maxtlines) of the cell a is 5, the display line number (which may be defined as linensuber) of the cell a is smaller than the maximum accommodation data line number (which may be defined as maxtlines) of the cell a, and then the data a of the cell a is displayed to be government open; the one-line accommodation number per line of data written in the cell B may be 7, the one-line accommodation number of the cell B may be 10, the data presentation line number (which may be defined as linensuber) of the cell in the cell B is 6, the maximum accommodation data line number (which may be defined as maxtline) of the cell B is 5, the presentation line number (which may be defined as linensuber) of the cell B is greater than the maximum accommodation data line number (which may be defined as maxtlines) of the cell B, the overflow of the justification data B outside the cell B is performed, the last line of the data presentation line number of the cell B is truncated, and the overflow flag … is added to the suffix at the truncation to show that the data B is the hainan province ….
Example 3
According to the embodiment of the invention, the embodiment of the processing device of the chart data is also provided. The processing method of the chart data in embodiment 1 of the present invention can be executed in the processing apparatus in embodiment 3 of the present invention.
Fig. 7 is a schematic structural diagram of a chart data processing apparatus according to an embodiment of the present invention, the apparatus including: a receiving module 301, a first obtaining module 302, a second obtaining module 303, and an adjusting module 304.
The receiving module 301 is configured to receive chart data; a first obtaining module 302, configured to obtain a display size of data located in a cell; a second obtaining module 303, configured to obtain, based on the display size of the data and the size of the cell, an area size relationship between the data and the cell into which the data is written; the adjusting module 304 is configured to adjust a display result of the data in the corresponding cell according to a size relationship between the data and the cell in which the data is written;
in the receiving module 301, the server may receive the chart data sent from the client, and perform subsequent processing on the received chart data. As will be understood from the example shown in fig. 2, the cell in the graph data may be any one of the cells A, B in fig. 2, for example, the data "government agency open" may be written in the cell a, and the data "hainan province service center" may be written in the cell B.
It should be noted here that the receiving module 301 corresponds to step S102 in embodiment 1. The data "hainan province service center" displayed in the cell B is in an overflow state, that is, the position of the "hainan province service center" exceeds the frame of the cell B, and the data "government open", that is, the position of the "government open", displayed in the cell a is located in the frame of the cell a, at this time, if the server detects that the data overflowing the cell, for example, the "hainan province service center" overflows the cell B, the server needs to adjust the display state of the data overflowing the cell at this time.
In the first obtaining module 302, the server may further obtain characteristics of the data, where the characteristics of the data may include: the size, height and width of the data.
It should be noted here that the first acquiring module 302 corresponds to step S104 in embodiment 1. The initial maximum value of the display size of the data and the initial minimum value of the display size of the data are set by the size of the data, where the display size of the data may be a size value of the data acquired by the server and displayed in the write cell.
In the second obtaining module 303, the server may further obtain a display attribute of the cell, where the display attribute of the cell may include: a single line of containment number (which may be defined as maxtTextLength), a data presentation line number for a cell (which may be defined as lineNumber), and a maximum containment data line number for a cell (which may be defined as maxtTextLines).
It should be noted here that the second acquiring module 303 corresponds to step S106 in embodiment 1. The method comprises the steps that a server presets an initial maximum value of the display size of data and an initial minimum value of the display size of the data, the initial maximum value of the display size of the preset data corresponds to the maximum value of a cell in which the data is written, and a mapping relation between the data and the cell in which the data is written is obtained after the initial minimum value of the display size of the preset data corresponds to the minimum value of the cell in which the data is written; and determining a display scale according to the mapping relation. Wherein, the display scale can adopt a unary one-time function.
It should be noted here that, the adjusting module 303 corresponds to step S108 in embodiment 1, where the area size relationship may indicate that the server sequentially calculates a distance from the data to an upper frame of the cell and a distance from the data to a left frame of the cell, and adjusts the data to a position at the center of the corresponding cell, and then the server adds a tspan line change label to a text label of the data to perform the line folding processing, and when the number of lines written in the cell data is greater than the single-line accommodation number of the corresponding cell, the data is folded by itself. Finally, the server judges the data display line number of the cell and the maximum accommodating data line number of the cell; if the display line number of the cell is less than or equal to the maximum accommodating data line number of the cell, displaying the data of the cell; and if the display line number of the cell is larger than the maximum accommodating data line number of the cell, executing overflow of the adjustment data outside the cell, truncating the last line of the data display line number of the cell, and adding an overflow identifier for display after a suffix.
Optionally, in the apparatus, the apparatus further includes a generating module, configured to generate a rectangular tree diagram corresponding to the graph data; the data module is used for acquiring the size of each cell according to the rectangular tree graph, wherein the size of each cell comprises: the height of the cell and the width of the cell.
Optionally, the first obtaining module 302 further includes a third obtaining module, configured to obtain a feature of the data of each cell in the rectangular tree diagram, where the feature of the data at least includes one of the following: size, height and width of the data; and the determining module is used for determining the display size of the data in the corresponding cell according to the characteristics of the data.
Optionally, the second obtaining module 303 further includes: a presetting module, configured to preset an initial maximum value (which may be defined as maxFontSize) of a display size of the data and an initial minimum value (which may be defined as minFontSize) of the display size of the data according to a size of the data;
and the mapping module is configured to obtain a mapping relationship between the data and the cells in which the data is written after an initial maximum value (which may be defined as maxFontSize) of the display size of the preset data corresponds to a maximum value (which may be defined as maxValue) of the cells in which the data is written, and an initial minimum value (which may be defined as minFontSize) of the display size of the preset data corresponds to a minimum value (which may be defined as minValue) of the cells in which the data is written, and use the mapping relationship as an area size relationship between the data and the cells in which the data is written.
Optionally, the apparatus further comprises: and the display module is used for adjusting the data to the central position of the unit cells and determining the display range of the data in the unit cells according to the adjusted position of the data and the area size relationship between the data and the unit cells in which the data are written.
Optionally, in the apparatus, the apparatus further includes an attribute module, configured to display attributes of the cell, where the display attributes of the cell include: a single line of containment number (which may be defined as maxtTextLength), a data presentation line number for a cell (which may be defined as lineNumber), and a maximum containment data line number for a cell (which may be defined as maxtTextLines).
Optionally, in the apparatus, the apparatus further includes a position module, configured to adjust the data to a center position of the cell by obtaining a first distance from the data to the cell and a second distance from the data to the cell; wherein the first position comprises at least: the distance of data from the top of the cell or the distance of data from the bottom of the cell, the second location at least comprising: the distance of the data from the left side of the cell or the distance of the data from the right side of the cell.
Optionally, the adjusting module 304 includes: the judging module is used for judging the data display line number (which can be defined as linensuber) of the cell and the data line number (which can be defined as maxtlines) of the maximally accommodated cell;
a display module, configured to directly display the data of the cell if the display line number (which may be defined as lineNumber) of the cell is less than or equal to the maximum accommodating data line number (which may be defined as maxtlines) of the cell;
the overflow module is used for performing overflow of the adjustment data outside the cell if the display line number (which can be defined as lineNumber) of the cell is larger than the maximum accommodating data line number (which can be defined as maxtlines) of the cell, truncating the last line of the data display line number (which can be defined as lineNumber) of the cell, and adding an overflow identifier display after the last line; the comparison module is used for comparing the single-row containing number of each row of the data written into the unit cells with the single-row containing number of the unit cells; and the line folding module is used for adding a line feed label at a position in the row reaching the single-line containing number of the unit cell to fold the data if the single-line containing number of a certain row of the data written into the unit cell is larger than the single-line containing number of the corresponding unit cell.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
In the above embodiments of the present invention, the descriptions of the respective embodiments have respective emphasis, and for parts that are not described in detail in a certain embodiment, reference may be made to related descriptions of other embodiments.
In the embodiments provided in the present application, it should be understood that the disclosed technology can be implemented in other ways. The above-described embodiments of the apparatus are merely illustrative, and for example, the division of the units may be a logical division, and in actual implementation, there may be another division, for example, multiple units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, units or modules, and may be in an electrical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
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: a U-disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a removable hard disk, a magnetic or optical disk, and other various media capable of storing program codes.
The foregoing is only a preferred embodiment of the present invention, and it should be noted that, for those skilled in the art, various modifications and decorations can be made without departing from the principle of the present invention, and these modifications and decorations should also be regarded as the protection scope of the present invention.

Claims (9)

1. A method for processing chart data, comprising:
receiving chart data, the chart data including at least: the cell and the data written in the corresponding cell;
obtaining a display size of the data located in the cell, wherein the data includes at least one of the following types: text, pictures, and video;
acquiring an area size relationship between the data and the unit cells written in the data based on the display size of the data and the size of the unit cells, wherein the area size relationship is used for representing a mapping relationship between the display area of the data and the display area of the unit cells;
adjusting the display result of the data in the corresponding cell according to the area size relationship between the data and the cell written in the data;
wherein the obtaining of the area size relationship between the data and the cell in which the data is written based on the display size of the data and the size of the cell comprises: presetting an initial maximum value of the display size of the data and an initial minimum value of the display size of the data, corresponding the initial maximum value of the display size of the data to the maximum value of the size of a cell in which data is written, and corresponding the initial minimum value of the display size of the data to the minimum value of the size of a cell in which data is written, obtaining a mapping relation between the data and the cell in which the data is written, and taking the mapping relation as an area size relation between the data and the cell in which the data is written.
2. The method of claim 1, wherein after said receiving chart data, the method further comprises:
generating a rectangular tree diagram corresponding to the chart data;
obtaining the size of each cell according to the rectangular tree graph, wherein the size of each cell comprises: a height of the cell and a width of the cell.
3. The method of claim 2, wherein the obtaining the display size of the data located in the cell comprises:
acquiring the characteristics of the data of each cell in the rectangular tree graph, wherein the characteristics of the data at least comprise one of the following characteristics: size, height and width of the data;
and determining the display size of the data in the corresponding cell according to the characteristics of the data.
4. The method of claim 1, wherein prior to said adjusting the display of the data on the corresponding cell, the method further comprises:
and adjusting the data to the central position of the unit, and determining the display range of the data in the unit cell according to the adjusted position of the data and the area size relationship between the data and the unit cell written with the data.
5. The method of claim 1, wherein after obtaining the region size relationship between the data and the cell in which the data is written, the method further comprises:
acquiring the display attributes of the cells, wherein the display attributes of the cells at least comprise one of the following: the single-row containing number and the data display line number of the cell and the maximum containing data line number of the cell.
6. The method of claim 4 or 5, wherein adjusting the data to a central location of the unit cell comprises:
adjusting the data to the central position of the cell by acquiring the distance from the data to the first position of the cell and the distance from the data to the second position of the cell; wherein the first position comprises at least: the distance of the data from the upper side of the cell or the distance of the data from the lower side of the cell, the second position at least comprising: the distance of the data from the left side of the cell or the distance of the data from the right side of the cell.
7. The method of claim 5, wherein the adjusting the display result of the data in the corresponding cell comprises:
comparing the data display line number of the cell with the maximum accommodating data line number of the cell;
if the data display line number of the cell is less than or equal to the maximum accommodating data line number of the cell, directly displaying the data of the cell;
otherwise, adjusting the overflow of the data outside the unit, truncating the last line of the data display line number of the unit cell, and adding an overflow mark after the truncation;
comparing the single-row acceptance number of each row of data written into the unit cell with the single-row acceptance number of the unit cell;
and if the single-row containing number of a certain row of the data written into the unit cell is larger than the corresponding single-row containing number of the unit cell, adding a line feed label at the position of the row reaching the single-row containing number of the unit cell to fold the data.
8. A chart data processing system, comprising:
the server is used for receiving the chart data, obtaining the display size of the data in a cell after receiving the chart data, obtaining the area size relationship between the data and the cell written with the data based on the display size of the data and the size of the cell, and adjusting the display result of the data in the corresponding cell according to the area size relationship between the data and the cell written with the data, wherein the data comprises at least one of the following types: text, pictures, and video;
the client is used for establishing a communication relation with the server and displaying the adjusted data result in the cell;
wherein the server is further configured to obtain, based on the display size of the data and the size of the cell, an area size relationship between the data and the cell in which the data is written, including: presetting an initial maximum value of the display size of the data and an initial minimum value of the display size of the data, corresponding the initial maximum value of the display size of the data to the maximum value of the size of a cell in which data is written, and corresponding the initial minimum value of the display size of the data to the minimum value of the size of a cell in which data is written, obtaining a mapping relation between the data and the cell in which the data is written, and taking the mapping relation as an area size relation between the data and the cell in which the data is written.
9. A chart data processing apparatus, comprising:
a receiving module, configured to receive the chart data, where the chart data at least includes: the cell and the data written in the corresponding cell;
a first obtaining module, configured to obtain a display size of the data located in the cell, where the data includes at least one of the following types: text, pictures, and video;
a second obtaining module, configured to obtain, based on a display size of the data and a size of the cell, an area size relationship between the data and the cell in which the data is written, where the area size relationship is used to represent a mapping relationship between a display area of the data and a display area of the cell;
the adjusting module is used for adjusting the display result of the data in the corresponding cell according to the area size relationship between the data and the cell written in the data;
the second obtaining module is further configured to obtain, based on the display size of the data and the size of the cell, an area size relationship between the data and the cell in which the data is written, including: presetting an initial maximum value of the display size of the data and an initial minimum value of the display size of the data, corresponding the initial maximum value of the display size of the data to the maximum value of the size of a cell in which data is written, and corresponding the initial minimum value of the display size of the data to the minimum value of the size of a cell in which data is written, obtaining a mapping relation between the data and the cell in which the data is written, and taking the mapping relation as an area size relation between the data and the cell in which the data is written.
CN201611222589.5A 2016-12-26 2016-12-26 Method, device and system for processing chart data Active CN108241608B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201611222589.5A CN108241608B (en) 2016-12-26 2016-12-26 Method, device and system for processing chart data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201611222589.5A CN108241608B (en) 2016-12-26 2016-12-26 Method, device and system for processing chart data

Publications (2)

Publication Number Publication Date
CN108241608A CN108241608A (en) 2018-07-03
CN108241608B true CN108241608B (en) 2021-06-22

Family

ID=62702437

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201611222589.5A Active CN108241608B (en) 2016-12-26 2016-12-26 Method, device and system for processing chart data

Country Status (1)

Country Link
CN (1) CN108241608B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110059687A (en) * 2019-03-19 2019-07-26 平安科技(深圳)有限公司 Pictorial information recognition methods, device, computer equipment and storage medium
CN111259639B (en) * 2020-01-10 2023-09-08 海信视像科技股份有限公司 Self-adaptive adjustment method of table and display equipment
CN112632921B (en) * 2020-11-26 2022-02-11 腾讯科技(深圳)有限公司 Display processing method, device, terminal and storage medium for multimedia data

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103473001A (en) * 2013-09-25 2013-12-25 珠海金山办公软件有限公司 Cell adjusting method and device

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10025466B2 (en) * 2015-06-11 2018-07-17 International Business Machines Corporation Dynamically transforming a tabular object based on actions within a graphical user interface

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103473001A (en) * 2013-09-25 2013-12-25 珠海金山办公软件有限公司 Cell adjusting method and device

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
Excel使用技巧;王春红;《山东农机化》;20100430(第4期);第36页 *
excel单元格不仅可以自动换行还可以自动文字大小;YMS黑板报;《excel单元格不仅可以自动换行还可以自动文字大小 - 每日头条(https://kknews.cc/tech/ryzpp4.html)》;20160824;第1-2页 *
Segmenting Tables via Indexing of Value Cells by Table Headers;Sharad Seth et al.;《2013 12th International Conference on Document Analysis and Recognition》;20130825;第887-891页 *

Also Published As

Publication number Publication date
CN108241608A (en) 2018-07-03

Similar Documents

Publication Publication Date Title
CN108241608B (en) Method, device and system for processing chart data
US8522140B2 (en) Automated markup language layout
EP2058732A2 (en) Image processing method and system
CN113449222B (en) Picture display method, picture display device and electronic equipment
GB2486976A (en) Electronic shelf label system with sync nodes and a main server
CN105335445A (en) Layout display method and device
CN113010252B (en) Application page display method, electronic equipment and storage medium
KR101615058B1 (en) Methods for external display resolution selection
CN102214177B (en) Method and device for vertically typesetting characters in label
CN103970721B (en) Word content display packing, system, mobile terminal and high in the clouds typesetting server
CN106648518A (en) Nonstandard resolution ratio data display method and device
CN103678261A (en) Method, device and equipment for rapidly displaying TTFs
CN105389308B (en) Webpage display processing method and device
US9449368B2 (en) Method, system and mobile terminal for information displaying
CN111310082B (en) Page display method and device
CN104424174B (en) Document processing system and document processing method
CN103186507A (en) Dot matrix font library processing method
CN103136185B (en) The method and apparatus of block formula typesetting
US9035972B2 (en) Intelligent axis labels
US9600451B2 (en) Method, terminal, and server for displaying file
CN103678332A (en) System, browser and method for displaying page
CN108363814B (en) Label setting method, server and label setting system
CN104883477A (en) Video data predistortion processing method and apparatus, and head-mounted display
CN113935300A (en) Dynamic table generation method and device
EP3038358A1 (en) A method for adapting a number of views delivered by an auto-stereoscopic display device, and corresponding computer program product and electronic device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information
CB02 Change of applicant information

Address after: 100083 No. 401, 4th Floor, Haitai Building, 229 North Fourth Ring Road, Haidian District, Beijing

Applicant after: Beijing Guoshuang Technology Co.,Ltd.

Address before: 100086 Cuigong Hotel, 76 Zhichun Road, Shuangyushu District, Haidian District, Beijing

Applicant before: Beijing Guoshuang Technology Co.,Ltd.

GR01 Patent grant
GR01 Patent grant