| Index: packages/charted/lib/charts/chart_config.dart
|
| diff --git a/packages/charted/lib/charts/chart_config.dart b/packages/charted/lib/charts/chart_config.dart
|
| index 73ce85026bb317e11090f6a4c5a8c088eeea7089..0baae212dbcae2fc4c64eea72e4655771c697067 100644
|
| --- a/packages/charted/lib/charts/chart_config.dart
|
| +++ b/packages/charted/lib/charts/chart_config.dart
|
| @@ -91,4 +91,9 @@ class ChartAxisConfig {
|
| /// For a quantitative scale, values at which ticks should be displayed.
|
| /// When not specified, the ticks are based on the type of [scale] used.
|
| Iterable tickValues;
|
| +
|
| + /// Forces the ticks count of a scale to be of the forcedTicksCount.
|
| + /// The tick values on the scale does not guarantee to be niced numbers, but
|
| + /// domain of the scale does. Only valid for quantitative scale.
|
| + int forcedTicksCount;
|
| }
|
|
|