palantir / plottable

:bar_chart: A library of modular chart components built on D3
http://plottablejs.org/
MIT License
2.97k stars 224 forks source link

Normalize keys instead of using .toString to avoid NPE #3459

Closed zerovox closed 6 years ago

zerovox commented 6 years ago

@themadcreator ran into an NPE where the domain contains null (and/or undefined) with Stacked Area charts

zerovox commented 6 years ago

@giladgray care to take a look?