How to display key labels on for example xAxis. Let's say I have time series and would like display segmented label information and make sure certain label would always be shown.
Let's say my data is like
['2015/1/1', '2015/1/2', ..., '2016/12/31']
and I would like my axis to be like
2015 3 15 27 Feb 5 14 26 Mar ... 2015
Is there a way to achieve that in echart's?
