Commit Graph

  • 1d7a820356 test(states): add interaction for gradient emphasis pissang 2022-01-14 20:34:03 +08:00
  • aecee861a4 fix(boxplot): fix invalid logic that causes incorrect band width when axis type is not category. plainheart 2022-01-14 20:33:50 +08:00
  • 1c03aa3d6f fix(dtatsample): fix rate infinity cause range error Stephen Cui 2022-01-14 19:14:19 +08:00
  • 121ac0fc68 feat(state): add emphasis.disabled pissang 2022-01-13 17:33:10 +08:00
  • 1f2ea20e23 test(map): update projection test case pissang 2022-01-13 13:19:46 +08:00
  • 2ee85a7312 fix(map): fix linestring decode. add test pissang 2022-01-13 12:20:30 +08:00
  • 5b09bb9d77 feat(map): support compressed LineString. project boundingCoords pissang 2022-01-13 12:06:20 +08:00
  • 6b78d5aaf6 Merge pull request #15985 from apache/fix-15915 Yi Shen 2022-01-13 11:28:53 +08:00
  • 7ce3d3b43c fix: deprecated log Ovilia 2022-01-13 11:26:20 +08:00
  • fface606b1 Feat: new selectedMode and selectable for item (#15534) susiwen8 2022-01-12 23:06:52 +08:00
  • fd2442f3c2 test(map): update projection test cases pissang 2022-01-11 20:43:10 +08:00
  • 0f7b1c2226 feat(map): provide d3 compatible stream for clipping and resample pissang 2022-01-11 20:33:55 +08:00
  • c28d947d91 test(map): add projection animation test pissang 2022-01-10 16:51:44 +08:00
  • 3c7d7a71cf feat(map): add more projection cases pissang 2022-01-10 16:19:53 +08:00
  • ffff7f0831 Merge branch 'next' into enhance-map pissang 2022-01-10 15:04:23 +08:00
  • 3020484d4e fix(map): use centroid as label position pissang 2022-01-10 15:02:39 +08:00
  • 431170cffa fix(map): fix projection return null point pissang 2022-01-10 14:32:56 +08:00
  • d40c0b49d0 fix(map): fix bounding rect calc with edge coords that may be infinite after projection pissang 2022-01-10 13:11:03 +08:00
  • d9ba7c2a7c fix(map): fix roam after projection pissang 2022-01-10 12:39:18 +08:00
  • eb515b377f feat(map): add custom projection pissang 2022-01-10 12:30:31 +08:00
  • c6ca0cbf07 fix(map): fix default emphasis style on linestring pissang 2022-01-09 16:44:38 +08:00
  • ae31f397a4 feat(map): add LineString and MultiLineString support pissang 2022-01-09 16:40:35 +08:00
  • ff56882734 Merge pull request #16347 from apache/fix/multi-tooltip-crash Yi Shen 2022-01-08 23:44:35 +08:00
  • bc5631c748 chore: only output warning once when setOption is called, no matter how many tooltips are provided. plainheart 2022-01-08 23:03:13 +08:00
  • 7fdacdc83f chore: add TODO in comment. only output warning once in init stage. plainheart 2022-01-08 22:29:54 +08:00
  • 006d04ec7a fix(tooltip): ignore other tooltips if multiple tooltips are defined. plainheart 2022-01-08 18:28:59 +08:00
  • 2c7692d6b7 refact(map): remove map dependency in core pissang 2022-01-07 20:56:39 +08:00
  • cf09ed906e Merge pull request #16298 from apache/enhance-pie-borderRadius Zhongxiang Wang 2022-01-07 16:38:02 +08:00
  • d41bf8b34b Merge pull request #16340 from apache/fix-16064 Yi Shen 2022-01-07 16:20:17 +08:00
  • 0e44d839c5 Merge pull request #16338 from apache/optimize-bar-performance Yi Shen 2022-01-07 15:09:02 +08:00
  • 72f4c419ae fix(visual): fix legend modify alpha on transparent color pissang 2022-01-07 14:57:08 +08:00
  • 2bfac08b90 Merge pull request #16339 from apache/fix-16094 Yi Shen 2022-01-07 14:44:26 +08:00
  • 639d78e704 fix(line): fix endLabel have error when series is filtered. pissang 2022-01-07 14:20:40 +08:00
  • 3e444bc247 Merge pull request #16203 from apache/fix-16189 Yi Shen 2022-01-07 14:05:59 +08:00
  • 20eaa3d56e fix(bar): merge logic of layout large and normal bars pissang 2022-01-07 14:03:36 +08:00
  • 897081eb70 fix(bar): use rect instead of line to draw large paths. pissang 2022-01-07 11:10:59 +08:00
  • d1b3c60f7f fix(bar): fix stacked large bar pissang 2022-01-07 11:00:45 +08:00
  • 03e9f0a35a test: tweak actions. plainheart 2022-01-06 23:51:33 +08:00
  • 4da1c0bc25 chore: revert unnecessary changes. plainheart 2022-01-06 23:25:14 +08:00
  • f8e6bda2d2 refactor: normalize percentage value of corner radius in echarts. plainheart 2022-01-06 23:03:58 +08:00
  • 60c0fdfa94 Merge pull request #16332 from apache/tooltip-value-formatter Yi Shen 2022-01-06 21:00:20 +08:00
  • cae5a1c139 Merge pull request #16307 from apache/fix-15980 Wenli Zhang 2022-01-06 20:36:28 +08:00
  • 1b1f31b714 perf(highlight): put all leave blur outside loop of payload pissang 2022-01-06 17:45:04 +08:00
  • 383f88e35b fix(pie): simplify logic Ovilia 2022-01-06 17:37:32 +08:00
  • 219d3f22dd Merge pull request #16329 from apache/fix-polar-clip Yi Shen 2022-01-06 16:43:24 +08:00
  • cbdf73b0a4 test(valueFormatter): add recorded user interaction pissang 2022-01-06 00:13:04 +08:00
  • 6b33202fcb feat(valueFormatter): fix gap pissang 2022-01-05 22:09:38 +08:00
  • f64d1ebf9f test: tweak test title. plainheart 2022-01-05 19:25:13 +08:00
  • f078c62f87 fix(polar): fix symbols are clipped unexpectedly for the tiny offset. plainheart 2022-01-05 19:15:04 +08:00
  • 4c7d9a4ab5 feat(tooltip): add valueFormatter pissang 2022-01-05 17:54:03 +08:00
  • ba4d92e55e fix(dataview): still set overflow as auto. plainheart 2022-01-05 12:23:18 +08:00
  • 3731d5f389 Support using dataType param to specify edge highlighting (#16243) Dinn 2022-01-05 11:58:45 +08:00
  • 66fa735626 Merge pull request #16322 from apache/fix-map-label Yi Shen 2022-01-05 11:55:01 +08:00
  • b5bc3766ae fix(map): fix some labels don't show when legend is enabled and no label formatter specified, resolves #15649. plainheart 2022-01-05 01:00:49 +08:00
  • 6e533d8da8 test(pie): add actions for pie corner radius. plainheart 2022-01-04 22:54:06 +08:00
  • 76a23a4bcc fix: remove unnecessary typescript as. plainheart 2022-01-04 22:35:55 +08:00
  • 3b6d01a448 Merge pull request #16318 from apache/optimize-code Yi Shen 2022-01-04 18:30:43 +08:00
  • 42c74576ac style: fix unexpected export pissang 2022-01-04 17:49:02 +08:00
  • f8c8235dd1 style: fix unexpected double quotation pissang 2022-01-04 17:47:24 +08:00
  • 9284b47ebb style: optimize code pissang 2022-01-04 17:25:35 +08:00
  • b7842a9bb3 style: tweak code back a bit pissang 2022-01-04 17:09:28 +08:00
  • 50fcadb090 style: fix circular dependencies pissang 2022-01-04 16:55:30 +08:00
  • 53babd2b4c style: using utility methods for type checking. pissang 2022-01-04 16:45:38 +08:00
  • 1ba97fc22c Merge pull request #16184 from apache/fix-lines-NPE Yi Shen 2022-01-04 15:42:08 +08:00
  • 8f7e2e0cce fix(lines): output error message when the line series has no coordinate system. plainheart 2022-01-04 13:29:16 +08:00
  • 8ad3b74c50 fix(dataview): hide tooltip when data view is open, use padding instead of inset 5px to avoid click the below layers. plainheart 2022-01-04 12:30:17 +08:00
  • 4791120ab8 Merge pull request #16311 from apache/update-notice-year Yi Shen 2021-12-31 22:55:22 +08:00
  • 54a3b6c8d2 chore: update notice year to 2022. Zhongxiang Wang 2021-12-31 21:48:53 +08:00
  • 951b0449d0 Merge pull request #16300 from apache/axis-align Yi Shen 2021-12-30 22:50:47 +08:00
  • d007ae3810 Merge pull request #16309 from apache/reuse-noop Yi Shen 2021-12-30 22:43:47 +08:00
  • bc6616a216 chore: reuse noop function from zrender util to reduce redundant code. plainheart 2021-12-30 18:20:22 +08:00
  • 64d62f8e9f fix(pie): tangential rotation with startAngle #15980 Ovilia 2021-12-30 16:00:32 +08:00
  • 482884f055 Merge pull request #16303 from apache/fix-pattern-highlight Yi Shen 2021-12-29 18:41:35 +08:00
  • 874c345d6d fix(state): fix default emphasis state of pattern. pissang 2021-12-29 17:54:12 +08:00
  • 26230d2475 style: tweak warn log pissang 2021-12-29 16:59:10 +08:00
  • 8be090782d test: remove case pissang 2021-12-29 16:30:41 +08:00
  • d9a6ba8ee6 test(alignTicks): add vrt recording pissang 2021-12-29 14:18:58 +08:00
  • b8f1d34246 feat(alignTicks): fix unit test pissang 2021-12-29 14:14:14 +08:00
  • f862adc182 feat(alignTicks): fix log axis align. add more test cases pissang 2021-12-29 14:12:32 +08:00
  • 9b0a076f2b feat(alignTicks): optimize ticks not crossing zero pissang 2021-12-28 22:09:49 +08:00
  • cc0ebd2845 feat(axis): add alignTicks pissang 2021-12-28 21:47:14 +08:00
  • 6edfa8744f feat(pie): the sector supports arbitrary corner radius. plainheart 2021-12-28 20:40:08 +08:00
  • d53e380071 Merge pull request #16278 from apache/add-js-extension Yi Shen 2021-12-24 16:53:01 +08:00
  • 2be2e30654 chore: add missing .js extension in export modules pissang 2021-12-24 16:33:45 +08:00
  • a78ab27520 Merge pull request #16276 from apache/add-js-extension Yi Shen 2021-12-24 15:15:00 +08:00
  • 166eb6bf32 chore: update zrender to latest pissang 2021-12-24 14:22:53 +08:00
  • a190e040ba chore: remove outdated comment. pissang 2021-12-24 14:14:49 +08:00
  • 7ce052daa4 chore: fix extension build error pissang 2021-12-24 13:27:19 +08:00
  • 5e774ebaea chore: add .js extension in the import statement pissang 2021-12-24 12:56:51 +08:00
  • e08493457e Merge pull request #16272 from apache/svg-ssr-viewbox Yi Shen 2021-12-23 17:25:06 +08:00
  • 4bf74ba499 feat(ssr): add useViewBox opts in renderToSVGString pissang 2021-12-23 12:36:53 +08:00
  • 7a7bd4054f Merge pull request #16225 from apache/graphic-animation Yi Shen 2021-12-23 12:31:59 +08:00
  • 86bb85b896 chore: update zrender version pissang 2021-12-22 16:06:42 +08:00
  • ba196e08f6 fix(animation): disable animation in the geo roam action. pissang 2021-12-21 14:45:08 +08:00
  • 5dea86793d Merge pull request #16210 from apache/simplify-large-arr-creation Yi Shen 2021-12-21 14:00:30 +08:00
  • 566ba8e83d Merge pull request #16229 from 116050423/master Yi Shen 2021-12-21 13:10:04 +08:00
  • 933c06fc68 Merge pull request #16034 from apache/fix-pie-label Yi Shen 2021-12-21 12:22:41 +08:00
  • 967e738c92 style: remove unused code pissang 2021-12-21 11:06:38 +08:00
  • e92f3d2079 fix(graphic): fix id and name not assigned pissang 2021-12-21 10:10:25 +08:00
  • 8c1a147a55 Merge branch 'next' into graphic-animation pissang 2021-12-20 17:03:29 +08:00