google / charts

https://pub.dev/packages/charts_flutter
Apache License 2.0
2.8k stars 1.2k forks source link

Legend should indicate dash/fill patterns in addition to color #280

Open gazialankus opened 5 years ago

gazialankus commented 5 years ago

Right now, when I use a legend with dashed line charts, the legend only has the color and not the dashes. It should also display the dashes. This is important for people who are color blind and for printing out the chart in b/w. I'm using this library with Flutter Web and users will actually need to print out the charts.

Below I have a screenshot:

image

KingLudwig94 commented 5 years ago

Hi, how have you managed to use this package with Flutter Web? On pub.dev it states it is for app only. I'm trying but it gives me an error about Type not being assigned to Widget

gazialankus commented 5 years ago

Yes, you can use it from here for Flutter Web: https://github.com/gazialankus/charts_flutter_web

KingLudwig94 commented 5 years ago

Thanks a lot!