Commit Graph

  • 319ac07d06 Use z2 instead of zlevel for priority Savas Vedova 2021-08-25 20:55:25 +03:00
  • cffa3806a4 fix(line): fix line chart animation #15581 Ovilia 2021-08-25 11:01:20 +08:00
  • 52f292d74c Merge branch 'NodeSelf' of https://github.com/HCLacids/echarts into HCLacids-NodeSelf sushuang 2021-08-24 21:43:45 +08:00
  • 7d33cfb062 Add comment to describe the fix Savas Vedova 2021-08-24 16:24:59 +03:00
  • ec9b3fc3ea Use tick level to determine the priority Savas Vedova 2021-08-24 16:22:27 +03:00
  • 29a1a27c9e test(polar): update test case Ovilia 2021-08-24 13:46:45 +08:00
  • 090efb2bd1 fix(polar): wrong sector clockwise when previous data is 0 #15517 Ovilia 2021-08-24 13:40:07 +08:00
  • d97f5bb93a Merge pull request #15588 from apache/fix/tooltip-offset sushuang 2021-08-24 13:22:21 +08:00
  • b362288224 Merge pull request #15582 from apache/release-dev Yi Shen 2021-08-24 12:56:34 +08:00
  • 28f7c332e7 fix(tooltip): 1) tweak the calculation of tooltip offset to make it look not so near to the target element. #14393 2) remove unnecessary getOuterSize method beacuse getSize is now using offsetWidth/offsetHeight that contains the borderWidth. plainheart 2021-08-24 10:58:02 +08:00
  • f4ac290dcb Fix: time axis overlapped labels Savas Vedova 2021-08-23 13:24:30 +03:00
  • 78d20e15d3 Merge pull request #15573 from apache/fix-sausage-label-distance sushuang 2021-08-22 21:13:21 +08:00
  • 4569dc1d8b Merge pull request #15355 from apache/dataset-perf sushuang 2021-08-22 21:10:52 +08:00
  • 53fa03d271 fix: fix ut. sushuang 2021-08-22 20:58:42 +08:00
  • c0bb629283 fix: tweak test case. sushuang 2021-08-22 20:55:36 +08:00
  • 4d1b25252d fix: fix issue brought by previous refactor. sushuang 2021-08-22 19:08:10 +08:00
  • 75dc3ab296 fix: add test case. sushuang 2021-08-22 15:32:31 +08:00
  • ea7b2ecf1d fix: fix and add test cases. sushuang 2021-08-22 15:10:53 +08:00
  • 8ee3fed524 fix(bar): optimize label distance when using round cap pissang 2021-08-22 14:38:38 +08:00
  • afafc7b6b6 fix: other rename of data storage -> data store sushuang 2021-08-22 02:01:02 +08:00
  • 136a97c63f fix: fix some issues brought by refactor. sushuang 2021-08-21 22:48:45 +08:00
  • f26ccaeca2 fix: rename DataStorage -> dataStore and some other renames. sushuang 2021-08-21 21:25:14 +08:00
  • dd4861976c fix: rename shorter. sushuang 2021-08-20 22:50:28 +08:00
  • 1e3f1addbe fix: rename to make name shorter. sushuang 2021-08-20 14:41:28 +08:00
  • 6e0a25436a fix: update package-lock to fix ci fail (previous commit only commit package.json, for update eslint-plugin version, for npm run checktype fail, for old tslib that the eslint-plugin used in the old version). sushuang 2021-08-20 12:56:57 +08:00
  • 15f217a9ef fix: revert dis/echarts.js.map (mistakenly committed previously) sushuang 2021-08-20 12:54:43 +08:00
  • 8aacfd12d8 fix: remove deprecated of some method of SeriesData. They are widely used by extensions. sushuang 2021-08-20 12:43:24 +08:00
  • 39c71111cc fix: rename SeriesDimensionRequest to SeriesDataSchema. sushuang 2021-08-20 05:47:49 +08:00
  • c7d5734d61 Merge branch 'master' into dataset-perf sushuang 2021-08-20 04:33:09 +08:00
  • 5e38220b2b update eslint-plugin version sushuang 2021-08-20 04:32:26 +08:00
  • dffeb3a9a0 **There are these issues existing before this commit:** (1). If no dimensions specified on dataset, series can not really share one storage instance. (Because the each series will create its own dimension name (like ['x', 'y', 'value'], ['x', 'value', 'y'], and the storage hash is based on those names. So the hash can not match). (2). Each time setOption update series (but not change dataset), new data stack dimensions (and corresponding chunks) will be keep added to the shared data storage, and then the chunks will be more and more. (3). When "unused dimension omit" happen, the index of SeriesData['dimensions'] and SeriesData['getDimension'] is not the dimensionIndex that users known. But there are someplace still use dimensionIndex to visit them. (especially in visualMap and other similar cases that user can input dimension index via option). (4). If user only specify type but no name in dimensions, their will be some bug when "unused dimension omit" happen. (Because unused dimensions will not auto-generate dimension name by createDimensions and so that it has no dimension name in storage, and can not be queried by dimension name). (5). If different series option specify its own dimensions but share one dataset, the source get by sourceManager is different source instances in each series. Those source instances contain different dimensionDefine but reference the same data. And then a data storage created by based on s sushuang 2021-08-20 04:31:15 +08:00
  • f019f86207 Merge branch 'master' into feat/symbol-clip feat/symbol-clip Zhongxiang.Wang 2021-08-19 17:16:16 +08:00
  • 9d44975ed5 reupload dist HCLacids 2021-08-16 19:23:38 +08:00
  • 72d8e5e7db feat:mutiple loop egdes HCLacids 2021-08-16 16:40:04 +08:00
  • 812dac28c9 Feat(line): click event on whole line susiwen8 2021-08-15 17:14:41 +08:00
  • 0d5496fe2a fix typos, clarify (#15512) fredster33 2021-08-12 20:28:13 -07:00
  • 10aed782af fix: fix createDimension result might container name:undefined when dimensions more than 30. sushuang 2021-08-11 14:38:49 +08:00
  • 2e6a45c514 feat: the circular & force Layout HCLacids 2021-08-09 23:19:35 +08:00
  • 72c785c28e fix: the symbolRotation HCLacids 2021-08-09 21:37:54 +08:00
  • 7ce32a316c fix:the adjustEdge when the edge is not monotone & fix the angle of the two edge HCLacids 2021-08-08 14:43:35 +08:00
  • 2b1595dba3 fix(graph): use zrender/vector calculate node layout kongmoumou 2021-08-06 15:42:33 +08:00
  • db01e51282 fix(graph): remove GraphNode _fixed field kongmoumou 2021-08-06 15:38:18 +08:00
  • 5f8f0c6d4d fix(graph): node el check for circular layout kongmoumou 2021-08-06 01:15:30 +08:00
  • 3a65992e9b refactor(types): add some initial configuration types #15486 (#15487) John 2021-08-05 18:05:31 +08:00
  • 2f67aa57e7 feat:the direction of the ring HCLacids 2021-08-04 16:19:42 +08:00
  • 2bf188fca1 refact(data): fix unexpected code removement pissang 2021-08-04 15:55:17 +08:00
  • 8e6bd68cb3 refact(data): fix wrong index when only using part of the dimensions in SeriesData pissang 2021-08-04 15:42:42 +08:00
  • 7819423f47 Merge branch 'master' into dataset-perf pissang 2021-08-04 13:42:00 +08:00
  • 18ff3f57fc Merge pull request #15465 from leavest/fix-15426 Wenli Zhang 2021-08-04 13:17:23 +08:00
  • 408e284706 fix 15426:milliseconds format leavestwu 2021-08-03 15:43:55 +08:00
  • b169301250 Merge branch 'NodeSelf' of https://github.com/HCLacids/echarts into NodeSelf HCLacids 2021-08-02 20:34:12 +08:00
  • 35db67f1e2 reupload HCLacids 2021-08-02 20:23:22 +08:00
  • 4028577c16 Merge branch 'NodeSelf' of https://github.com/HCLacids/echarts into HCLacids-NodeSelf sushuang 2021-08-02 20:09:10 +08:00
  • 60e8a016fc Update package.json 盐酸 2021-08-02 16:38:32 +08:00
  • fe2f81ac5f Update package.json 盐酸 2021-08-02 16:37:42 +08:00
  • 468d4799ba go back HCLacids 2021-08-02 15:58:28 +08:00
  • e71cd6c2ca feat:the circularLayout & forceLayout HCLacids 2021-08-02 15:34:45 +08:00
  • 997f839424 Merge pull request #15454 from AmosChenYQ/fix-custom-series-label Yi Shen 2021-08-02 13:11:53 +08:00
  • 8a10379d77 fix:the cp2 type HCLacids 2021-08-02 01:52:13 +08:00
  • 5123faf5b0 fix:adjustEdge array Index HCLacids 2021-08-01 22:21:45 +08:00
  • 9fc51d15e1 feat:adjustEdge for node-self-pointed edge & fix:style of that node HCLacids 2021-08-01 16:46:36 +08:00
  • 56ca64ac07 support 'convertFromEC4CompatibleStyle' to convert font related attributes AmosChenYQ 2021-08-01 01:09:21 +08:00
  • 8144dcc0b2 Revert "test(graph): add simple graph draggable test case" kongmoumou 2021-08-01 00:29:36 +08:00
  • ebae264940 test(graph): add graph draggable test case kongmoumou 2021-08-01 00:28:40 +08:00
  • ae38c73f1b feat(graph): support draggable for all graph layout ('none' | 'circular' | 'force') kongmoumou 2021-08-01 00:26:59 +08:00
  • 1d962f6635 feat(graph): update circular layout helper function kongmoumou 2021-08-01 00:25:19 +08:00
  • 57a845be95 fix:adjustEdge for self-pointed HCLacids 2021-07-31 22:01:57 +08:00
  • 956347d909 Merge pull request #15434 from zhiyuc123/fixTimeLabelFormatter Wenli Zhang 2021-07-30 10:34:52 +08:00
  • 701bf75e40 reupload dist HCLacids 2021-07-29 23:55:42 +08:00
  • 753686ccac fix(xAxis): fix hour format at millisecond unit. close #15426 zhiyu 2021-07-29 17:56:14 +08:00
  • 8cc74f2258 fix: change the cp2 type of null HCLacids 2021-07-29 17:29:52 +08:00
  • 6465ea71f3 fix: the style of rendering HCLacids 2021-07-29 16:04:08 +08:00
  • 78b247521d test(graph): add simple graph draggable test case kongmoumou 2021-07-29 14:46:41 +08:00
  • 23ae97b9fc feat(graph): simple layout graph support dragging kongmoumou 2021-07-29 14:41:38 +08:00
  • 1bbeff5be5 Merge pull request #15410 from quillblue/fix-13195 Yi Shen 2021-07-28 14:57:32 +08:00
  • 8265d326dc Update way of get ms in number.ts per code review's comment. Quill Qian 2021-07-28 14:22:33 +08:00
  • 2364f55929 Merge pull request #15417 from apache/optimize-dispose Yi Shen 2021-07-28 09:47:17 +08:00
  • e5f4a00daa Merge pull request #15416 from apache/fix/line-visual-gradient Yi Shen 2021-07-27 17:34:02 +08:00
  • 648ee38491 fix(memory): reduce memory when chart instance is still hold after dispose pissang 2021-07-27 17:20:43 +08:00
  • ae9226ecc0 refact(data): compatibility with exists echarts-gl code. pissang 2021-07-27 17:16:25 +08:00
  • 4db2f1e7c1 fix(line): normalize the infinite value when calculating the visual gradient, resolves #15407. plainheart 2021-07-27 13:06:24 +08:00
  • 04877c30b4 Apply original fix for #13195 based on latest master Quill Qian 2021-07-25 18:20:26 +08:00
  • 78cc2a2e85 Merge branch 'NodeSelf' of https://github.com/HCLacids/echarts into NodeSelf HCLacids 2021-07-23 20:41:52 +08:00
  • b4a6cf59de del:dist HCLacids 2021-07-23 20:36:59 +08:00
  • 095bbc829c Delete echarts.simple.min.js 盐酸 2021-07-23 20:34:13 +08:00
  • 3a1948cde1 Delete package-lock.json 盐酸 2021-07-23 20:33:57 +08:00
  • 92d8826501 Delete echarts.common.js.map 盐酸 2021-07-23 20:32:03 +08:00
  • 72af0df787 Delete echarts.common.js 盐酸 2021-07-23 20:31:39 +08:00
  • 40e9590fa2 fix wrong fromZero logic in createDimensions pissang 2021-07-23 20:27:36 +08:00
  • bfeb495e6c revert name gen logic pissang 2021-07-23 20:21:34 +08:00
  • 9d6c597405 refact(data): tweak dimension hash generation pissang 2021-07-23 19:45:29 +08:00
  • e252249bd1 refact(data): add dimension name to the key. pissang 2021-07-23 19:30:02 +08:00
  • 6bed301a6b refact(data): create default dimensions for dataset pissang 2021-07-23 16:29:07 +08:00
  • 690647c748 refact(data): remove duplication of name generally pissang 2021-07-23 13:59:30 +08:00
  • b785031a3a refact(data): reverse the optimization of genName pissang 2021-07-23 13:33:25 +08:00
  • c91d711554 fix typo pissang 2021-07-23 12:14:05 +08:00
  • 90a369c359 refact(data): add ordinaMeta to the dimensions key pissang 2021-07-23 11:29:58 +08:00
  • 8b32aa8f3f fix:node self pointed -add forth point in curveShape HCLacids 2021-07-22 23:32:37 +08:00
  • 5bc0c5119f refact(data): optimize stack on high dimension data pissang 2021-07-22 23:23:36 +08:00
  • 0d5886ba6e refact(data): create data storage after dimensions prepared. pissang 2021-07-22 22:40:22 +08:00