MProvi-CP opened a new issue, #20841: URL: https://github.com/apache/echarts/issues/20841
### Version 5.5.1 ### Link to Minimal Reproduction https://echarts.apache.org/examples/en/editor.html?c=data-transform-sort-bar&code=PYBwLglsB2AEC8sDeAoWsAmBDMWDOApmAFywDaa6ylVmEAtgdHlM6WQOQA29eA-tCyMOAGlgcAxsACuAJ0J8p06GA4BdETSp4ZsiQXZbanAMK7CsrACZR4gIwAGBwE51m2sY5m5FrLY6OLm5GVJwAMhDQANYEGJH-AGwA7A7BHrBqWgC-7lSo6WCWzABmwLL0pPnpsGAAniAG4jqyqrnpUtDFEADmlXSMzKykkuYEijIqtmUYBLLD-BIcsFkhK7RrGblgwMBckCCVOZQAHgCCxxB4lVp1DcMSOATdZbUclEfoteeX17S3jRwAG5YLjSAhvdAfWAWCAEK7UP71AEAIywslEWiYUhmfWOwx4_EEwjEtXuo3GylasAgYAI9AAckIAQSBEzbMDQQClPIxkpJss2pgcPgiABJaAzPGwOzvFBZADcQA ### Steps to Reproduce 1. Use a dataset with Y values as strings instead of numbers. 2. See that the generated chart is only showing n - 1 items instead of n items. (The first index is not shown) ### Current Behavior First index of the chart doesn't show with string values. ### Expected Behavior First index of the chart shows with string values. ### Environment ```markdown - OS: Windows 10 - Browser: Chrome 134.0.6998.89 - Framework: Angular 2 @18 ``` ### Any additional comments? If the data includes a first index with one or more empty strings on the source the bug is "fixed" by a workaround. https://echarts.apache.org/examples/en/editor.html?c=data-transform-sort-bar&code=PYBwLglsB2AEC8sDeAoWsAmBDMWDOApmAFywDaa6ylVmEAtgdHlM6WQOQA29eA-tCyMOAGlgcAxsACuAJ0J8p06GA4BdETSp4ZsiQXZbandZtrGOAYV2FZWAEyjxARgAMrgJymjVTtbm2WE4cbp7e5r4cADIQ0ADWBBixwQBsAOyu4eZqWgC-ZlSoEWB2zABmwLL0pEURsGAAniAG4jqyqgURUtBlEADmNXSMzKykkjYEijIqTpUYBLJj-BIcsLk-67SbsBqUYMDAXJAgNfmUAB4AgucQeDVajc1jEjgEfZUNHJRn6A3Xt_daI8WhwAG5YLjSAhfdA_WC2CAEO7UIFNEEAIywslEWiYUnmg3OYx4_EEwjEDWeEymyg6sAgYAI9AAckIQSSBGynODISClPJJkoZmtOpgcPgiABJaDzImwZzfFC5ADcQA -- 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]
