Closed chaitanyahalbe closed 4 years ago
@natabal @nxanil Found another bug in area graph.
@chaitanyahalbe
This is not an issue. This is the functionality. you are using "stacked": true,
in the visualization file of this Area graph. The functionality of the stacked graph is the larger value comes first after that smaller one. If you want to show the orange dot below then you need to pass "stacked": false
.
In the below screenshot, the area graph data points are not plotted properly with respect to the y Column ticks. Need support for multiple records in
yColumn
when multiple records are being used in thelinesColumn
. I tried it passing in array to yColumn but it doesn't work.PR for reference/testing: https://github.com/nuagenetworks/vsd-react-ui/pull/4428
Screenshot: In the below screenshot the orange dot should be way below the blue dot representing the values of those metric on scale.
Query: