| Index: packages/charted/lib/core/scales.dart
|
| diff --git a/packages/charted/lib/core/scales.dart b/packages/charted/lib/core/scales.dart
|
| index 48a11f5f7a6082e78b1308f613956fd6c4872571..5ac34f32e58a7afd742e91f990b34b1f96dc093d 100644
|
| --- a/packages/charted/lib/core/scales.dart
|
| +++ b/packages/charted/lib/core/scales.dart
|
| @@ -65,6 +65,12 @@ abstract class Scale {
|
| /// Note: This property is only valid on quantitative scales.
|
| int ticksCount;
|
|
|
| + /// Forces the number of ticks on this scale to be the forcedTicksCount.
|
| + /// The tick values on the scale does not guarantee to be niced numbers, but
|
| + /// domain of the scale does.
|
| + /// Note: This property is only valid on quantitative scales.
|
| + int forcedTicksCount;
|
| +
|
| /// Indicates if the current scale is using niced values for ticks.
|
| /// Note: This property is only valid on quantitative scales.
|
| bool nice;
|
|
|