-
-
Couldn't load subscription status.
- Fork 1.4k
Closed
Labels
Description
Codepen
https://codesandbox.io/s/vue-basic-example-c9prp
Explanation
- The marker hover is not working on line 2 (see code pen). I do not see any hover state at all, only for line 1.
- I tried setting marker size: [0,0,0] (three series) with a hover of size of 6, but only applies to one line, not both.
- I could not find a way to set the marker hover style per line (I tried giving
hover.size = [0,6,6]but it did not work