D
D
des1roer2015-04-30 11:40:58
Yii
des1roer, 2015-04-30 11:40:58

Yii TbHighCharts from model?

How can I pass data from the model to the graph?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Maxim Timofeev, 2015-05-06
@webinar

there is such a thing - documentation , which has an example:

$this->widget(
    'booster.widgets.TbHighCharts',
    array(
        'options' => array(
            'series' => array(
                [
                    'data' => $Вашиданные;
                ]
            )
        )
    )
);

What exactly do you not understand about it?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question