Skip to content

Commit

Permalink
Added inclusion of min/maxIncluded into SideTitles to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Czesla committed Jun 17, 2024
1 parent 875b3b7 commit 4b4029d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions repo_files/documentations/base_chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
|getTitlesWidget| A function to retrieve the title widget with given value on the related axis.|defaultGetTitle|
|reservedSize| It determines the maximum space that your titles need, |22|
|interval| Texts are showing with provided `interval`. If you don't provide anything, we try to find a suitable value to set as `interval` under the hood. | null |
|minIncluded| Determines whether to include title for minimum data value | true |
|maxIncluded| Determines whether to include title for maximum data value | true |


### SideTitleFitInsideData
|PropName |Description |default value|
Expand Down

0 comments on commit 4b4029d

Please sign in to comment.