carbon-design-system / carbon-addons-iot-react

A collection of React components shared between IBM Watson IoT products.
https://carbon-design-system.github.io/carbon-addons-iot-react/
Apache License 2.0
93 stars 76 forks source link

[BarChartCard] Horizontal bar-chart x axis does not show proper data due to formatting #3457

Closed herleraja closed 1 year ago

herleraja commented 2 years ago

What package is this for?

Describe the bug

Test Data: https://dashboard-dev.connectedproducts.internetofthings.ibmcloud.com/monitor/device-types/Grain_Robot_Type/dashboards/238632

Describe the bug

The Verticle bar chart seems to be working properly, whereas the horizontal one does not display data properly. Verticle: (Y-axis value 1,2,3....) image

Horizontal: (X axis value 1,1,1) image

herleraja commented 2 years ago

Regression seems to be caused by https://github.com/carbon-design-system/carbon-addons-iot-react/commit/26d8f466877609dfede91cb829325c6df18fd2af

If you change the layout its converting the numeric value to timestamp. Verticle: image

Horizontal: image