miloschuman / yii2-highcharts

Highcharts widget for Yii 2 Framework
http://www.yiiframework.com/extension/yii2-highcharts-widget/
MIT License
166 stars 63 forks source link

instead of an array of values #28

Closed Zdeshniy89 closed 8 years ago

Zdeshniy89 commented 8 years ago

In example: ['name' => 'Jane', 'data' => [1, 0, 4]], But if you replace it: ['name' => 'Jane', 'data' => $array], where $array = [1, 0, 4]; then the schedule is not built. Why?

miloschuman commented 8 years ago

That scenario should work fine. I have no trouble when replacing the array literals with array variables in my examples. Double check that your $array variable contains the values you expect and that nothing else is breaking your code.

hendrasyp commented 8 years ago

Hi milo, I have same trouble, can you help me at this link ? Data Series Not Showing

miloschuman commented 8 years ago

@hendrasyp I see that you solved your problem on StackExchange. @Zdeshniy89 I'm assuming you solved your issue since I haven't heard back from you in a while and closing this ticket.