Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
                
                Forum's Guidelines
            
Hi,
Please try this option:
"options" => array(
                    'hAxis' => [
                        'showTextEvery' => $numLabels
                    ]
                ),
where $numLabels is the number of labels you have on hAxis.
Further configuration could be checked here: https://developers.google.com/chart/interactive/docs/gallery/linechart#configuration-options Thanks!
Hi sneha narnaware,
Please cound the number of labels of your chart (i.e number of your data rows). If your chart's dataSource is a DataStore, the number of your is count($myDataStore->data()).
Then set 'showTextEvery' to be either $numLabels or $numLabels - 1. Please try it and find if it works. Thanks!
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo