|
2 | 2 |
|
3 | 3 | ## [Unreleased]
|
4 | 4 |
|
| 5 | +## 22.2.8 (2023-08-08) |
| 6 | + |
| 7 | +### Chart |
| 8 | + |
| 9 | +#### Bug Fixes |
| 10 | + |
| 11 | +- `#I483107` - Data editing is now working properly, along with the zoom property. |
| 12 | +- `#I484578` - The trendline is now rendered for the polynomial type in datetime. |
| 13 | +- `#I485511` - Fixed an issue where the trackball was not rendered properly in canvas mode. |
| 14 | + |
5 | 15 | ## 22.2.7 (2023-08-02)
|
6 | 16 |
|
7 | 17 | ### Chart
|
|
88 | 98 | #### Breaking Changes
|
89 | 99 |
|
90 | 100 | - To differentiate between marker shapes in the `ChartShape` enumeration, the existing Cross shape has been replaced with Plus, while a new enumeration, Cross, has been added for the cross shape.
|
| 101 | +- The font family for chart elements such as the title, axis labels, data labels, legend, tooltip, etc., has been changed based on the theme in the 2023 Volume 2 release. |
| 102 | + |
| 103 | +| Theme | Previous Font Family | New Font Family | |
| 104 | +|---|---|---| |
| 105 | +| Material | Segoe UI | Roboto | |
| 106 | +| Bootstrap 5 | Segoe UI | Helvetica | |
| 107 | +| Bootstrap 4 | Segoe UI | Helvetica | |
| 108 | +| Bootstrap | Segoe UI | Helvetica | |
| 109 | +| TailWind | Segoe UI | Inter | |
91 | 110 |
|
92 | 111 | #### Bug Fixes
|
93 | 112 |
|
|
102 | 121 | - By default, the series type and trendline dropdowns have been removed from the stock chart period selector. However, you can still add them to the list upon request or as needed. This modification provides a cleaner interface and reduces clutter in the stock chart period selector.
|
103 | 122 | - By default, the tooltip for the range selector in the stock chart has been removed. Instead, the tooltip will now appear only when you move the slider.
|
104 | 123 | - The print option has been removed from the period selector because it is already available in the export dropdown. This modification provides a cleaner interface and reduces clutter in the stock chart's period selector.
|
| 124 | +- The font family for stock chart elements such as the title, axis labels, data labels, legend, tooltip, etc., has been changed based on the theme in the 2023 Volume 2 release. |
| 125 | + |
| 126 | +| Theme | Previous Font Family | New Font Family | |
| 127 | +|---|---|---| |
| 128 | +| Material | Segoe UI | Roboto | |
| 129 | +| Bootstrap 5 | Segoe UI | Helvetica | |
| 130 | +| Bootstrap 4 | Segoe UI | Helvetica | |
| 131 | +| Bootstrap | Segoe UI | Helvetica | |
| 132 | +| TailWind | Segoe UI | Inter | |
| 133 | + |
| 134 | +### Accumulation chart |
| 135 | + |
| 136 | +#### Breaking Changes |
| 137 | + |
| 138 | +- The font family for accumulation chart elements such as the title, data labels, legend, tooltip, etc., has been changed based on the theme in the 2023 Volume 2 release. |
| 139 | + |
| 140 | +| Theme | Previous Font Family | New Font Family | |
| 141 | +|---|---|---| |
| 142 | +| Material | Segoe UI | Roboto | |
| 143 | +| Bootstrap 5 | Segoe UI | Helvetica | |
| 144 | +| Bootstrap 4 | Segoe UI | Helvetica | |
| 145 | +| Bootstrap | Segoe UI | Helvetica | |
| 146 | +| TailWind | Segoe UI | Inter | |
| 147 | + |
| 148 | +### Bullet Chart |
| 149 | + |
| 150 | +#### Breaking Changes |
| 151 | + |
| 152 | +- The font family for bullet chart elements such as the title, labels, legend, tooltip, etc., has been changed based on the theme in the 2023 Volume 2 release. |
| 153 | + |
| 154 | +| Theme | Previous Font Family | New Font Family | |
| 155 | +|---|---|---| |
| 156 | +| Material | Segoe UI | Roboto | |
| 157 | +| Bootstrap 5 | Segoe UI | Helvetica | |
| 158 | +| Bootstrap 4 | Segoe UI | Helvetica | |
| 159 | +| Bootstrap | Segoe UI | Helvetica | |
| 160 | +| TailWind | Segoe UI | Inter | |
| 161 | + |
| 162 | +### RangeNavigator |
| 163 | + |
| 164 | +#### Breaking Changes |
| 165 | + |
| 166 | +- The font family for range navigator elements such as the axis labels, tooltip, etc., has been changed based on the theme in the 2023 Volume 2 release. |
| 167 | + |
| 168 | +| Theme | Previous Font Family | New Font Family | |
| 169 | +|---|---|---| |
| 170 | +| Material | Segoe UI | Roboto | |
| 171 | +| Bootstrap 5 | Segoe UI | Helvetica | |
| 172 | +| Bootstrap 4 | Segoe UI | Helvetica | |
| 173 | +| Bootstrap | Segoe UI | Helvetica | |
| 174 | +| TailWind | Segoe UI | Inter | |
| 175 | + |
| 176 | +### Sparkline |
| 177 | + |
| 178 | +#### Breaking Changes |
| 179 | + |
| 180 | +- The font family for sparkline elements such as the data labels, tooltip, etc., has been changed based on the theme in the 2023 Volume 2 release. |
| 181 | + |
| 182 | +| Theme | Previous Font Family | New Font Family | |
| 183 | +|---|---|---| |
| 184 | +| Material | Segoe UI | Roboto | |
| 185 | +| Bootstrap 5 | Segoe UI | Helvetica | |
| 186 | +| Bootstrap 4 | Segoe UI | Helvetica | |
| 187 | +| Bootstrap | Segoe UI | Helvetica | |
| 188 | +| TailWind | Segoe UI | Inter | |
| 189 | + |
| 190 | +### Smith Chart |
| 191 | + |
| 192 | +#### Breaking Changes |
| 193 | + |
| 194 | +- The font family for smith chart elements such as the title, data labels, legend, tooltip, etc., has been changed based on the theme in the 2023 Volume 2 release. |
| 195 | + |
| 196 | +| Theme | Previous Font Family | New Font Family | |
| 197 | +|---|---|---| |
| 198 | +| Material | Segoe UI | Roboto | |
| 199 | +| Bootstrap 5 | Segoe UI | Helvetica | |
| 200 | +| Bootstrap 4 | Segoe UI | Helvetica | |
| 201 | +| Bootstrap | Segoe UI | Helvetica | |
| 202 | +| TailWind | Segoe UI | Inter | |
105 | 203 |
|
106 | 204 | ## 21.2.10 (2023-06-13)
|
107 | 205 |
|
|
0 commit comments