Skip to content

Override datum style when not hovered #264

Answered by bmaupin
bmaupin asked this question in Q&A
Discussion options

You must be logged in to vote

I dug through the source and found it: showDatumElements: true in the y axis options will show the circles.

Then I can set the default style in getSeriesStyle, e.g.

          getSeriesStyle: (series) => {
            return {
              circle: {
                r: 5,
              },
            };
          },

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by bmaupin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant