|
Color Zones in 3D Scatter Chart? |
Posted by MarkZB on Jun-14-2018 19:00 |
|
Are color zones supported in 3D? Following code does not change the color...
c.zAxis().addZone(0, 9999, 0xebfaeb);
c.zAxis().addZone(-9999, 0, 0xffe6e6); |
Re: Color Zones in 3D Scatter Chart? |
Posted by Peter Kwan on Jun-15-2018 00:07 |
|
Hi MarkZB,
Unluckily, the addZone API is not supported for 3D charts.
Regards
Peter Kwan |
|