xdev-software / chartjs-java-model

Provides Java models for Chart.js
Apache License 2.0
11 stars 6 forks source link

Class "TimeTicks" missing attributes such as: "maxTicksLimit","color","offset" ,"min"and "max". #180

Closed dengbingaliyun closed 3 months ago

dengbingaliyun commented 3 months ago

Checklist

Description

By comparing to the functions of Primefaces 13 ChartJs,There are some attributes TimeTicks need to be enhanced list below:

  1. maxTicksLimit . The label of X axes ticks could not be identified if thousands of points on a chart;
  2. The attribute "color" of ticks could not be changed without this attribute;
  3. offset is also important to chart, such as line chart ;
  4. min and max are also necessary to chart to speicify when to start and when to end.

Additional information

No response