Steven Cobb

Results 43 comments of Steven Cobb

> And I'm not sure how to let the axis know that this is a normalized series and should use `%` in the axis labels. Maybe it's still necessary to...

> Maybe you should set the axis max to 100%? Otherwise the total value maybe 1.00000001(due to precision lost)and causes the max value to be 120% Yeah good call, it...

> Hi, based on this PR. How can we get the raw value/total value so that we can customize the datalabel/tooltip with [label.formatter](https://echarts.apache.org/en/option.html#series-bar.label.formatter)/[tooltip.formatter](https://echarts.apache.org/en/option.html#tooltip.formatter)? Raw value is still included and the...

> Do you happen to have any updates here? wish to see this pr be merged, it's beneficial Glad to hear you find it useful! I just opened a [docs...

Rebased and fixed all merge conflicts from the stackOrder PR #20998

> I think this should be a useful feature to have. Considering compatibility, we shouldn't change the behavior of `triggerLineEvent`. Name the new event to be something like `triggerLineOnlyEvent` or...

@plainheart any additional feedback on this PR? The latest commit should match your suggestion [here](https://github.com/apache/echarts/pull/21001#discussion_r2147965904)

You can see below how heap snapshots steadily increase even after garbage collection kicks in, which eventually results in the browser tab crashing: ![image](https://github.com/apache/echarts/assets/9369625/91882d18-b7d7-458a-bb56-d74e3a6caf1a) ![image](https://github.com/apache/echarts/assets/9369625/e31da680-c5c3-482c-8005-8b353753ca1a) Line charts using 'time' axis...

> Consider adding `axisPointer.alwaysShowContent` as [tooltip.alwaysShowContent](https://echarts.apache.org/en/option.html#tooltip.alwaysShowContent). Thanks for the feedback! This is fixed now to be `axisPointer.alwaysShowContent`