- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 1.4k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
When rendering area type chart, and there are nulls in data in subzero/low values, than fill will occurs from zero value instead of max value. There is some kind of issue when null occur in high parts of graph too, but it's not so obvious as with low values.
Steps to Reproduce
- create area chart with values going from high to low and back to high
- introduce some nulls in data in low values
- fills will occurs between nulls
Expected Behavior
I would expect that it will looks like chart without nulls, fill should be calculated from max value to lowest value regardless of missing (null) data.
Actual Behavior
In place of null data it starts to render fills from zero.
Screenshots
 
Reproduction Link
Here is simple HTML file with two charts, second one has some nulls introduced.
apex.html
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working