Messages by Thread
-
[I] [Feature] Voronoi Diagram [echarts]
via GitHub
-
(echarts) branch fix/alignTicks-precision updated (eb45d1775 -> 56a32c0bb)
sushuang
-
(echarts) branch PR/plainheart_fix/alignTicks-precision created (now 56a32c0bb)
sushuang
-
(echarts) 02/32: timeScale: Add the missing rounding (broken from a previous version) to time scale.
sushuang
-
(echarts) 23/32: chore: Sync the modification of #21448 to release.
sushuang
-
(echarts) 28/32: fix(toolbox): Fix that toolbox theme cause corresponding icons are always displayed even if not required. See #21176 .
sushuang
-
(echarts) 14/32: Merge branch 'release' into pr/plainheart_fix/alignTicks-precision
sushuang
-
(echarts) 20/32: fix: Fix inappropriate impl introduced by the previous commits.
sushuang
-
(echarts) 16/32: fix: (1) Fix dataZoom AxisProxy can not be cleared when dataZoom option changed. (2) Fix onZero on double value axis and dataZoom is applied on a base axis - onZero should be disabled by default.
sushuang
-
(echarts) 04/32: fix(axisTick&dataZoom): (1) Apply a better auto-precision method. (2) Make the rounding result consistent between dataZoom calculated window and specified axis `determinedMin/Max`. (3) Fix unexpected behaviors when dataZoom controls axes with `alignTicks: true` - previous they are not precisely aligned and the ticks jump significantly due to inappropriate rounding when dataZoom dragging.
sushuang
-
(echarts) 27/32: Merge branch 'release' into PR/plainheart_fix/alignTicks-precision
sushuang
-
(echarts) 06/32: feat(alignTicks): (1) Fix LogScale precision. (2) Tweak align ticks layout. (3) Remove unreasonable clamp in Interval calcNiceExtent, and clarify the definition of `_niceExtent`.
sushuang
-
(echarts) 03/32: fix&feat: Change and clarify the rounding error and auto-precision utils and solutions.
sushuang
-
(echarts) 01/32: test(dataZoom): fix test case -- accidentally broken in v6. And add more case for dataZoom edge cases.
sushuang
-
(echarts) 05/32: fix(alignTicks): Change alignTick strategy: (1) Previously some series data may be out of the calculated extent and can not be displayed. (2) Previously the precision is incorrect for small float number (fixed at 10 rather than based on the magnitude of the value). (3) Make the tick precision more acceptable when min/max of axis is fixed, and remove console warning, because whey can be specified when dataZoom dragging. (4) Clarify the related code for LogScale.
sushuang
-
(echarts) 11/32: fix(dataZoom): (1) Fix dataZoom dragging cursor style (use 'drag' and 'dragging'). (2) Fix dataZoom bug that data info disappear when drag release on the area that data info display should be triggered.
sushuang
-
(echarts) 22/32: fix: Temporarily fix incorrect stack base dimension selection when both axes are value axes.
sushuang
-
(echarts) 24/32: fix: (1) Clarify and uniform terminology and add comments to explain EC_CYCLE. (2) Fix dataZoom in `appendData`, introduced by recent commits.
sushuang
-
(echarts) 18/32: chore: Tweak the usage of isFinite.
sushuang
-
(echarts) 09/32: fix(logScale): (1) Thoroughly resolve a long-standing issue of non-positive data on LogScale - exclude non-positive series data items when calculate dataExtent on LogScale. (2) Include `Infinite` into `connectNulls` handling on line series; the `Infinite` value may be generated by `log(0)` and previously the corresponding effect in unpredictable on line series (sometimes display as connected but sometimes not).
sushuang
-
(echarts) 10/32: fix(pie-on-cartesian): Previously when pie is located on Cartesian, axes extent can not union pie center automatically. Commit 18a23a87585cc8a1575b63dcc4060af5007330fc has supported it. This commit updates test cases.
sushuang
-
(echarts) 25/32: fix(appendData): Fix that the dataZoom inside is disabled when appendData is executed. And clarify the usage of appendData in comments.
sushuang
-
(echarts) 17/32: fix(dataZoom): Do not display values outside of effective extent.
sushuang
-
(echarts) 30/32: fix: fix previous commit.
sushuang
-
(echarts) 31/32: fix: (1) Previously hoverLayerThreshold modification does not work. (2) Restrict the triggering of hoverLayer to only canvas renderer.
sushuang
-
(echarts) 26/32: tweak: Clarity the previous implements of axis statistics.
sushuang
-
(echarts) 29/32: fix(toolbox): Simplify toolbox and fix that toolbox throw error when remove DataZoom feature.
sushuang
-
(echarts) 15/32: refactor: Remove the default value of number round due to its unreasonable and error-prone for small float number.
sushuang
-
(echarts) 19/32: feature&fix(axis): (1) feature: Enable uniform bandWidth calculation in numeric axis (e.g., for tooltip shadow); it previously only applicable to category axis, but buggy in numeric axis with bar series. And enable the clip of tooltip shadow. (2) refactor: Introduce a dedicated workflow phase for series aggregation and data statistics computation on a single axis, allowting the results to be reused across multiple features. (3) fix: Fix duplicate ticks in TimeScale and customValues, which [...]
sushuang
-
(echarts) 07/32: refactor(scale): For readability and maintainability (1) Migrate `calcNiceTicks` and `calcNiceExtent` from Scale class override member functions to plain functions, similar to `axisAlignTicks`. Previously it's hard to modify and error-prone. (2) Remove unnecessary override on Scale class hierarchy and limit override usage, which is difficult to understand and error-prone. (3) Simplify the inheritance - shift `LogScale` and `TimeScale` inheritance from `IntervalScale` to `Scale`. (4) Clarif [...]
sushuang
-
(echarts) 13/32: test(visual): Update markers.
sushuang
-
(echarts) 32/32: fix(axisPointer&tooltip): (1) axisPointer and tooltip should be able to update when mousewheel, since dataZoomInside can modify views on mousewheel, and cause highlighted element to be not able to restore. (2) Fix axisPointer highlighted item can not restore due to outdated dataIndexIndex.
sushuang
-
[I] [Feature] WCAG 2.1 AA compliance [echarts]
via GitHub
-
Re: [PR] fix(scale): intervalTick should between extent. close 16888 [echarts]
via GitHub
-
Re: [I] object is not a constructor [echarts]
via GitHub
-
(echarts-mcp) branch dependabot/npm_and_yarn/multi-e962a8ff2c created (now 6b17902)
github-bot
-
[PR] build(deps): bump minimatch and serve-handler [echarts-mcp]
via GitHub
-
(echarts-mcp) branch dependabot/npm_and_yarn/underscore-1.13.8 deleted (was e574c9b)
github-bot
-
(echarts-mcp) branch main updated (ab2ac99 -> 2131ba3)
wangzx
-
(echarts-mcp) branch main updated (bfd8770 -> f38ad5a)
wangzx
-
(echarts-mcp) branch main updated (2131ba3 -> 29711d2)
wangzx
-
(echarts-mcp) branch main updated (f38ad5a -> ab2ac99)
wangzx
-
(echarts-mcp) branch dependabot/npm_and_yarn/express-rate-limit-8.3.0 deleted (was 125691a)
github-bot
-
(echarts-theme-builder) branch dependabot/npm_and_yarn/multi-1dce049cf2 deleted (was 1ad336f)
github-bot
-
(echarts-theme-builder) branch master updated (93f4db7 -> 8e14145)
wangzx
-
(echarts-www) branch master updated (272cdfce -> b18fe154)
wangzx
-
Re: [I] [Bug] a second undefined canvas is drawn when drawing lines [echarts]
via GitHub
-
Re: [I] [Bug] Basic charts with tooltips not compliant with strict styles CSP directive [echarts]
via GitHub
-
Re: [I] [Bug] Tree chart with tooltips is not compliant with strict CSP directives for styles [echarts]
via GitHub
-
Re: [I] Lines and mark areas disappear during zooming [echarts]
via GitHub
-
Re: [I] [Bug] surface responsiveness on parent resize (horizontally) [echarts]
via GitHub
-
Re: [I] [Feature] Sankey diagram, left and right nodes, not centered vertically [echarts]
via GitHub
-
Re: [I] [Feature] Add sortIndex for color callback of itemStyle when using realtimeSort [echarts]
via GitHub
-
Re: [I] [Bug] MarkPoint out of the chart window [echarts]
via GitHub
-
[I] [Feature] Latvian localization [echarts]
via GitHub
-
Re: [PR] fix(markline): click markline will cause the first column to be selected [echarts]
via GitHub
-
Re: [PR] fix(dataZoom): data zoom length should take the handle icon width into account [echarts]
via GitHub
-
(echarts-www) branch dependabot/npm_and_yarn/tar-7.5.11 created (now 0e398706)
github-bot
-
[PR] chore(deps-dev): bump tar from 7.5.10 to 7.5.11 [echarts-www]
via GitHub
-
Re: [I] [Bug] ScatterGL draw items outside the grid [echarts]
via GitHub
-
Re: [I] [Feature] can we draw an area based on the points of a serie type "lines" [echarts]
via GitHub
-
Re: [I] [Bug] Circular reference in series.data causes stack overflow thus chart fails to show [echarts]
via GitHub
-
Re: [I] [Bug] : Incorrect Area Style in Timeseries Stacked Area Line Chart [echarts]
via GitHub
-
[I] [Bug] Line chart animation inconsistency on options change [echarts]
via GitHub
-
Re: [PR] fix(graph): zooming a Force Graph with layoutAnimation false breaks edges [echarts]
via GitHub
-
(echarts-handbook) branch dependabot/npm_and_yarn/multi-8b519427eb deleted (was f1306fe)
github-bot
-
[I] [Bug] Cannot zoom out to see all categories by scrolling mouse wheel in chart with category axis [echarts]
via GitHub
-
[I] [Bug] tooltip setting rich and formatter is invalid [echarts]
via GitHub
-
[PR] build(deps): bump hono from 4.12.2 to 4.12.7 [echarts-mcp]
via GitHub
-
(echarts-mcp) branch dependabot/npm_and_yarn/hono-4.12.5 deleted (was 767716a)
github-bot
-
(echarts-mcp) branch dependabot/npm_and_yarn/hono-4.12.7 created (now c5e9dbf)
github-bot
-
Re: [I] graphic.transition + graphic.rotation [echarts]
via GitHub
-
Re: [I] 十字坐标轴指示器横线无法吸附在折线图的点上 [echarts]
via GitHub
-
Re: [I] 次x坐标轴怎么实现 [echarts]
via GitHub
-
[PR] test(time): fix roundTime_locale DST failure in time.test.ts [echarts]
via GitHub
-
[I] [Bug] roundTime_locale test fails in DST-observing timezones [echarts]
via GitHub
-
[PR] build(deps): bump file-type and colorthief [echarts-theme-builder]
via GitHub
-
(echarts-handbook) branch dependabot/npm_and_yarn/multi-8b519427eb created (now f1306fe)
github-bot
-
[PR] fix(model): guard against null data in getDataParams and event handler [echarts]
via GitHub
-
[I] [Bug] TypeError in getDataParams when getData() returns null on disposed series [echarts]
via GitHub
-
Re: [I] [Bug] Gradient color rendered as black in VisualMap [echarts]
via GitHub
-
Re: [PR] fix(Axis): xAxis axisTick custom interval funciton work error with boundaryGap false [echarts]
via GitHub
-
[I] [Bug] the tooltip of generated svg using renderToSVGString is not working. [echarts]
via GitHub
-
Re: [I] [Feature] 如何实现折线图按x轴进行分区展示的效果 [echarts]
via GitHub
-
[I] [Bug] smoothMonotone generates saddle points [echarts]
via GitHub
-
(echarts) branch release-dev-1 deleted (was cfd77dc50)
wangzx
-
(echarts) branch release updated (ba545ce50 -> 3fc8d56e0)
wangzx
-
Re: [I] [Bug] 折线图itemStyle中color使用回调函数时,只改变节点颜色,线条颜色不发生变化 [echarts]
via GitHub
-
Re: [I] [Feature] shadow option of scatter3D-itemStyle [echarts]
via GitHub
-
Re: [I] [Bug] legend textStyle rich align work wrong [echarts]
via GitHub
-
[PR] Fix axisLabel.height not taking effect without backgroundColor [echarts]
via GitHub
-
Re: [I] [Bug] Single chart multiple graphs legend for each graph is not what is expected [echarts]
via GitHub
-
(echarts) branch release-dev-1 updated (691385159 -> cfd77dc50)
wangzx
-
[PR] chore: replace deprecated rollup-plugin-terser plugin with @rollup/plugin-terser and merge master into release [echarts]
via GitHub
-
(echarts) branch release-dev-1 created (now 691385159)
wangzx
-
(echarts-wordcloud-generator) branch dependabot/npm_and_yarn/minimatch-3.1.5 deleted (was 68418ef)
github-bot
-
(echarts-wordcloud-generator) branch master updated (d73f173 -> 57d228d)
wangzx
-
(echarts-www) branch dependabot/npm_and_yarn/immutable-5.1.5 deleted (was a6543327)
github-bot
-
(echarts-www) branch master updated (a4956a83 -> 272cdfce)
wangzx
-
(echarts-www) branch dependabot/npm_and_yarn/tar-7.5.10 deleted (was 7cffecf9)
github-bot
-
(echarts-www) branch codex/add-guandata-company-info deleted (was 312b4d47)
wangzx
-
(echarts-www) branch master updated (8de6bd4f -> a4956a83)
wangzx
-
Re: [I] [Feature] There is no emphasis in line3D [echarts]
via GitHub
-
Re: [I] [Feature] Enhance kline functionality [echarts]
via GitHub
-
Re: [I] [Feature] Multiple labels in the same markArea [echarts]
via GitHub
-
Re: [I] [Bug] : candlestick and bar chart ticks and split lines with xAxis of type time are not aligned [echarts]
via GitHub
-
Re: [I] [Bug] 设置series.effect.symbol 后,变更series.effect.symbol 图标消失-》After setting series.effect.symbol, the change series.effect.symbol icon disappears [echarts]
via GitHub
-
[PR] build(deps): bump express-rate-limit from 8.2.1 to 8.3.0 [echarts-mcp]
via GitHub
-
(echarts-mcp) branch dependabot/npm_and_yarn/express-rate-limit-8.3.0 created (now 125691a)
github-bot
-
(echarts-www) branch dependabot/npm_and_yarn/tar-7.5.10 created (now 7cffecf9)
github-bot
-
[PR] chore(deps-dev): bump tar from 7.5.8 to 7.5.10 [echarts-www]
via GitHub
-
[I] [Feature] Label for tree edges [echarts]
via GitHub
-
(echarts-doc) branch master updated: refine doc for stack and extract stack doc part (fix #493)
wangzx
-
(echarts-doc) branch dependabot/npm_and_yarn/multi-5660a182de deleted (was 122717a4)
github-bot
-
(echarts-doc) branch master updated (79c67af1 -> bffe9f2f)
wangzx
-
(echarts-doc) branch dependabot/npm_and_yarn/minimatch-9.0.9 deleted (was 6e2cb143)
github-bot
-
(echarts-doc) branch master updated (72d0ff21 -> 79c67af1)
wangzx