|
20 | 20 |
|
21 | 21 | [](https://pepy.tech/project/tkchart) [](https://pepy.tech/project/tkchart) [](https://pepy.tech/project/tkchart) |
22 | 22 |
|
23 | | -<img src="https://drive.google.com/thumbnail?id=1asMd-U3BmmVEl8YpdRssj679n6jRdflC&sz=w180"> |
| 23 | +<img src="https://drive.google.com/thumbnail?id=1rMILz6ODw-1UY4YhlYAFiRCFUluNcVpI&sz=w180"> |
24 | 24 |
|
25 | 25 | </div> |
26 | 26 |
|
@@ -172,16 +172,16 @@ line = tkchart.Line() |
172 | 172 |
|
173 | 173 | | Parameter Name | Required / Optional | Description | Types | Example Value(s) | |
174 | 174 | |-------------------------|---------------------|--------------------------------|------------------------------------|-------------------| |
175 | | -| master | Required | Master of the line | ``tkchart.Line`` | LineChart obj | |
176 | | -| <a href="#line_color_size">color</a> | Optional | Color of the line | ``str`` | "#768df1" | |
177 | | -| <a href="#line_color_size">size</a> | Optional | Size of the line | ``int`` | 1<= | |
178 | | -| <a href="#line_style">style</a> | Optional | Style of the line | ``str`` ("normal", "dashed", "dotted") | "normal" | |
179 | | -| <a href="#line_style_type">style_type</a> | Optional | Style type for the line | ``tuple[int, int]`` | (10, 5),... | |
180 | | -| <a href="#point_highlight">point_highlight</a> | Optional | State of point highlighting | ``str`` ("enabled", "disabled") | "disabled" | |
181 | | -| <a href="#point_highlight">point_highlight_size</a> | Optional | Size of the highlighted point | ``int`` | 1<= | |
182 | | -| <a href="#point_highlight">point_highlight_color</a> | Optional | Color of the highlighted point | ``str`` | "#768df1" | |
183 | | -| <a href="#fill">fill</a> | Optional | State of filling | ``str`` ("enabled", "disabled") | "disabled" | |
184 | | -| <a href="#fill">fill_color</a> | Optional | Color of the fill | ``str`` | "#5d6db6" | |
| 175 | +| master | Required | Master of the line | tkchart.Line | LineChart obj | |
| 176 | +| <a href="#line_color_size">color</a> | Optional | Color of the line | str | "#768df1" | |
| 177 | +| <a href="#line_color_size">size</a> | Optional | Size of the line | int | 1<= | |
| 178 | +| <a href="#line_style">style</a> | Optional | Style of the line | str ("normal", "dashed", "dotted") | "normal" | |
| 179 | +| <a href="#line_style_type">style_type</a> | Optional | Style type for the line | tuple[int, int] | (10, 5),... | |
| 180 | +| <a href="#point_highlight">point_highlight</a> | Optional | State of point highlighting | str ("enabled", "disabled") | "disabled" | |
| 181 | +| <a href="#point_highlight">point_highlight_size</a> | Optional | Size of the highlighted point | int | 1<= | |
| 182 | +| <a href="#point_highlight">point_highlight_color</a> | Optional | Color of the highlighted point | str | "#768df1" | |
| 183 | +| <a href="#fill">fill</a> | Optional | State of filling | str ("enabled", "disabled") | "disabled" | |
| 184 | +| <a href="#fill">fill_color</a> | Optional | Color of the fill | str | "#5d6db6" | |
185 | 185 |
|
186 | 186 | <br> |
187 | 187 |
|
@@ -297,10 +297,10 @@ https://github.com/Thisal-D/tkchart/assets/93121062/64440c23-63e6-4093-b027-21b0 |
297 | 297 | chart = tkchart.LineChart(master=any_widget, |
298 | 298 | x_axis_values=(2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025), |
299 | 299 | y_axis_values=(-100, 100), |
300 | | - y_axis_data="Y data" , |
| 300 | + y_axis_data="Y data", |
301 | 301 | x_axis_data="X data", |
302 | | - x_axis_data_font_color=("#ff0000", "#ff0000"), |
303 | | - y_axis_data_font_color=("#00ff00", "#00ff00"), |
| 302 | + x_axis_data_font_color="#ff0000", |
| 303 | + y_axis_data_font_color="#00ff00", |
304 | 304 | data_font_style=("arial", 15, "underline") |
305 | 305 | ) |
306 | 306 | ``` |
|
0 commit comments