Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Coloring of the dotted selection line #49

Closed
hartmannj opened this issue Apr 21, 2018 · 1 comment
Closed

Coloring of the dotted selection line #49

hartmannj opened this issue Apr 21, 2018 · 1 comment

Comments

@hartmannj
Copy link

Is there a way to set the color of the dotted selection line?
E.g. seen here: https://google.github.io/charts/flutter/example/interactions/selection_callback_example

@lorrainekan
Copy link
Contributor

Currently to change the color you would have to extend an existing style (MaterialStyle) or create your own. This is then applied to StyleFactory.style which affects all charts in your application.

Color get linePointHighlighterColor;

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants