Open nareshpitla opened 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
tried to use timeline chart type in yii2 but it not showing any view. does timeline type included? or not