Skip to content

Commit fe552b1

Browse files
Merge pull request #45 from DHTMLX/next
[update] docs version to v3.7.0
2 parents ad5265d + 0afdad5 commit fe552b1

File tree

3 files changed

+405
-413
lines changed

3 files changed

+405
-413
lines changed

docs/chart/customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ const chart = new dhx.Chart("chart_container", {
252252

253253
**Related sample**: [Chart. Value template](https://snippet.dhtmlx.com/o7ke2f1s)
254254

255-
When you need to show values for data items on the Pie, Pie3D and Donut charts, you can use the **valueTemplate** option of [series](chart/configuration_properties.md#the-list-of-config-options-for-series-for-charts-without-scales-pie-pie3d-donut) to specify the necessary template function. For example:
255+
When you need to show values for data items on the Pie, Pie3D and Donut charts, you can use the **valueTemplate** option of [series](chart/configuration_properties.md/#pie-pie-3d-and-donut-chart) to specify the necessary template function. For example:
256256

257257
~~~jsx {6-8}
258258
const chart = new dhx.Chart("chart_container", {

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"normalizeLink": "cd plugins && node samplesLinksNormalize.js"
1414
},
1515
"dependencies": {
16-
"@docusaurus/core": "^3.6.2",
17-
"@docusaurus/preset-classic": "^3.6.2",
16+
"@docusaurus/core": "^3.7.0",
17+
"@docusaurus/preset-classic": "^3.7.0",
1818
"@mdx-js/react": "^3.0.0",
1919
"clsx": "^1.1.1",
2020
"docusaurus-gtm-plugin": "^0.0.2",
@@ -36,8 +36,8 @@
3636
]
3737
},
3838
"devDependencies": {
39-
"@docusaurus/module-type-aliases": "^3.6.2",
40-
"@docusaurus/types": "^3.6.2",
39+
"@docusaurus/module-type-aliases": "^3.7.0",
40+
"@docusaurus/types": "^3.7.0",
4141
"dhx-md-data-parser": "file:local_modules/dhx-md-data-parser",
4242
"docusaurus-plugin-sass": "^0.2.5",
4343
"webpack-cli": "^4.4.0"

0 commit comments

Comments
 (0)