Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Thisal-D authored Feb 2, 2024
1 parent 184f1e3 commit ea887f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ linechart = tkchart.LineChart()
- y_axis_data : ``str | int | float``
- x_axis_data : ``str | int | float``
- y_axis_max_value : ``int | float``
- x_axis_values : ``List(str | float| str)``
- x_axis_values : ``List(str | float| int)``
- ["2020 Year", "2021 Year", "2022 Year", "2023 Year", "2024 Year"]
- y_axis_precision : ``int``
- section_color : ``str``
Expand Down

0 comments on commit ea887f2

Please sign in to comment.