I need to format the date ,but It didnt work in the below two ways,please help me ,thanks
- The chart line wont be formatted by this way.
PlotOptionsLine limitationOpts = new PlotOptionsLine();
limitationOpts.getDataLabels().setFormat(“{value:%Y-%m-%d}”); - Navigator also didnt work in this way.
com.vaadin.addon.charts.model.Navigator navigator = conf.getNavigator();
navigator.getSeries().getDataLabels().setFormat(“{value:%Y-%m-%d}”);