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

How to use highcharts timeline type in yii2 #89

Open nareshpitla opened 3 years ago

nareshpitla commented 3 years ago
 'scripts' => [
                                'highcharts-more',
                                'modules/exporting',
                                'modules/timeline',
                                'themes/grid-light',
                            ],
'options' =>[
 'series' => [[
                                    [
                                        'type' => 'timeline',
                                        'inverted' => true,
                                        'data' => [[
                                            'name' => 'First dogs',
                                            'label' => '1951 => First dogs in space',
                                            'description' => '22 July 1951 First dogs in space (Dezik and Tsygan) '
                                        ],]
]

tried to use timeline chart type in yii2 but it not showing any view. does timeline type included? or not