2amigos / yii2-chartjs-widget

ChartJs Widget For Yii2
https://2amigos.us
Other
108 stars 69 forks source link

Global chart configuration #12

Closed AthmaneKhl closed 8 years ago

AthmaneKhl commented 9 years ago

can you set "Chart.defaults.global" ?

tonydspaniard commented 8 years ago

@DrokTor Unfortunately, the only way we can do that now is through: https://github.com/2amigos/yii2-chartjs-widget/blob/master/src/ChartJs.php#L92

And is per chart. Maybe you should consider adding global config on a separate js file?

AthmaneKhl commented 8 years ago

Thanks.