I'm attempting to create an area chart using the behaveLikeLine option set to true. However, when the option is set to true, the colors I've set in lineColors aren't used. When behaveLikeLine is set to false (or not set at all, as false is the default), the colors set in lineColors are used. See it in action on this fiddle.
I'm attempting to create an area chart using the
behaveLikeLine
option set to true. However, when the option is set totrue
, the colors I've set inlineColors
aren't used. WhenbehaveLikeLine
is set tofalse
(or not set at all, asfalse
is the default), the colors set inlineColors
are used. See it in action on this fiddle.Using: