Thisal Dilmith

Results 5 comments of Thisal Dilmith

> can you add easing to the animated graphs? like when the graph is being drawn instead of one line at a time, it can draw slow then fast then...

> You can see grid lines are above the lines, which looks a little off. > You can simply tag_raise the lines in the chart when it's added. > ![image](https://github.com/Thisal-D/ctkchart/assets/89206401/5e658bc5-6dbb-4e62-b1c2-a8107d1fb130)...

> @Thisal-D I recommend drawing the grid lines in the canvas, which is very easy. Here is a basic example: > > ```python > width = 100 > height =...

> Redrawing simple lines doesn't take so much on performance. > But you can remove those canvas items from the list before clearing it, just add those grid lines in...

> Redrawing simple lines doesn't take so much on performance. But you can remove those canvas items from the list before clearing it, just add those grid lines in some...