cmen / CMENGoogleChartsBundle

This Bundle provides a Twig extension and PHP objects to display Google charts in your Symfony application.
https://developers.google.com/chart/
Other
75 stars 21 forks source link

Legend position "top / bottom" does not work for LineChart #40

Closed knallcharge closed 4 years ago

knallcharge commented 4 years ago

Hi,

when using the native JavaScript-implementation for GoogleCharts, "position: bottom" for a LineChart works fine, when using the bundle the legend is always right for position "top / bottom / right" or left for "left". 2020-01-24 13_42_24

cmen commented 4 years ago

Hi,

Do you use material line chart ? Legend position works only with "classic" line chart.

knallcharge commented 4 years ago

You are right, thanks, my bad.