joaopmo opened a new issue, #21243:
URL: https://github.com/apache/echarts/issues/21243

   ### Version
   
   6.0.0
   
   ### Link to Minimal Reproduction
   
   
https://codesandbox.io/p/sandbox/echarts-error-with-fifteen-formatted-values-in-dataset-lsjn6k
   
   ### Steps to Reproduce
   
   1. Open the reproduction example
   2. Change the `ADD_FIFTEENTH_VALUE` variable to true
   
   ### Current Behavior
   
   I am using a bar chart with its data sourced from a `dataset`. The 
`series-bar.encode.tooltip` property is used to display a formatted string 
value in the tooltip for each bar.
   
   When the `dataset.source` contains 14 numeric values and their corresponding 
14 formatted string values, the chart renders correctly. However, if a 15th 
numeric value and its formatted string as well as a 15th series  are added to 
the source (by setting `ADD_FIFTEENTH_VALUE` to true on the example), the chart 
fails to render any bars at all. The chart area appears empty.
   
   ### Expected Behavior
   
   The chart should render correctly with all 15 bars displayed, just as it 
does with 14.
   
   ### Environment
   
   ```markdown
   
   ```
   
   ### Any additional comments?
   
   Is there any known limitation on the size of a dataset or series that would 
cause this behavior? I could not find any such limit in the official 
documentation. The number 15 seems specific, so I wanted to confirm if I missed 
something or if it is indeed a bug.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to