From 8011616af853678a6ba2da960eb45f50321257b7 Mon Sep 17 00:00:00 2001 From: louisnw Date: Thu, 18 May 2023 23:28:51 +0100 Subject: [PATCH] New Feature: Multi-Pane Charts - Added the create_subchart method to Chart. - Added the SubChart class. - Added an inner_width and inner_height parameter to Chart. - The time_scale method can now disable the time scale completely. Bugs: - Fixed a bug which prevented markers from being placed on charts with a timescale less than a day. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1fa98df..300dd8c 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open('README.md', 'r', encoding='utf-8') as f: setup( name='lightweight_charts', - version='1.0.3', + version='1.0.5', packages=find_packages(), python_requires='>=3.9', install_requires=[