@synergy-design-system/metadata 3.8.0 → 3.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +21 -0
- package/data/core/component/component:syn-chart.json +181 -0
- package/data/core/setup/setup:angular-components-module.json +1 -1
- package/data/core/setup/setup:angular-forms-module.json +1 -1
- package/data/core/setup/setup:angular-package.json +2 -2
- package/data/core/setup/setup:angular-validators-module.json +1 -1
- package/data/core/setup/setup:components-package.json +2 -2
- package/data/core/setup/setup:react-package.json +2 -2
- package/data/core/setup/setup:tokens-package.json +10 -2
- package/data/core/setup/setup:vue-package.json +2 -2
- package/data/core/token/token:tokens-charts-js-index-d-ts.json +31 -0
- package/data/core/token/token:tokens-charts-js-index-js.json +31 -0
- package/data/core/token/token:tokens-charts-scss-tokens-scss.json +31 -0
- package/data/core/token/token:tokens-charts-themes-sick2025-dark-css.json +32 -0
- package/data/core/token/token:tokens-charts-themes-sick2025-light-css.json +32 -0
- package/data/core/token/token:tokens-figma-variables-sick2018-dark-json.json +1 -1
- package/data/core/token/token:tokens-figma-variables-sick2018-light-json.json +1 -1
- package/data/core/token/token:tokens-figma-variables-sick2025-dark-json.json +1 -1
- package/data/core/token/token:tokens-figma-variables-sick2025-light-json.json +1 -1
- package/data/core/token/token:tokens-js-index-d-ts.json +1 -1
- package/data/core/token/token:tokens-js-index-js.json +1 -1
- package/data/core/token/token:tokens-scss-tokens-scss.json +1 -1
- package/data/core/token/token:tokens-themes-sick2018-dark-css.json +1 -1
- package/data/core/token/token:tokens-themes-sick2018-light-css.json +1 -1
- package/data/core/token/token:tokens-themes-sick2025-dark-css.json +1 -1
- package/data/core/token/token:tokens-themes-sick2025-light-css.json +1 -1
- package/data/index.json +108 -1
- package/data/layers/examples/component/component:syn-chart.md +191 -0
- package/data/layers/full/component/component:syn-accordion/angular/accordion.component.ts +1 -1
- package/data/layers/full/component/component:syn-accordion/vue/SynVueAccordion.vue +1 -1
- package/data/layers/full/component/component:syn-alert/angular/alert.component.ts +1 -1
- package/data/layers/full/component/component:syn-alert/vue/SynVueAlert.vue +1 -1
- package/data/layers/full/component/component:syn-badge/angular/badge.component.ts +1 -1
- package/data/layers/full/component/component:syn-badge/vue/SynVueBadge.vue +1 -1
- package/data/layers/full/component/component:syn-breadcrumb/angular/breadcrumb.component.ts +1 -1
- package/data/layers/full/component/component:syn-breadcrumb/vue/SynVueBreadcrumb.vue +1 -1
- package/data/layers/full/component/component:syn-breadcrumb-item/angular/breadcrumb-item.component.ts +1 -1
- package/data/layers/full/component/component:syn-breadcrumb-item/vue/SynVueBreadcrumbItem.vue +1 -1
- package/data/layers/full/component/component:syn-button/angular/button.component.ts +1 -1
- package/data/layers/full/component/component:syn-button/vue/SynVueButton.vue +1 -1
- package/data/layers/full/component/component:syn-button-group/angular/button-group.component.ts +1 -1
- package/data/layers/full/component/component:syn-button-group/vue/SynVueButtonGroup.vue +1 -1
- package/data/layers/full/component/component:syn-card/angular/card.component.ts +1 -1
- package/data/layers/full/component/component:syn-card/vue/SynVueCard.vue +1 -1
- package/data/layers/full/component/component:syn-chart/angular/chart.component.ts +84 -0
- package/data/layers/full/component/component:syn-chart/components/chart.component.ts +181 -0
- package/data/layers/full/component/component:syn-chart/components/chart.palettes.ts +110 -0
- package/data/layers/full/component/component:syn-chart/components/chart.styles.ts +15 -0
- package/data/layers/full/component/component:syn-chart/components/chart.ts +14 -0
- package/data/layers/full/component/component:syn-chart/components/types.ts +5 -0
- package/data/layers/full/component/component:syn-chart/react/SynChartJSXElement.ts +1 -0
- package/data/layers/full/component/component:syn-chart/react/chart.ts +28 -0
- package/data/layers/full/component/component:syn-chart/vue/SynVueChart.vue +76 -0
- package/data/layers/full/component/component:syn-checkbox/angular/checkbox.component.ts +1 -1
- package/data/layers/full/component/component:syn-checkbox/vue/SynVueCheckbox.vue +1 -1
- package/data/layers/full/component/component:syn-combobox/angular/combobox.component.ts +1 -1
- package/data/layers/full/component/component:syn-combobox/vue/SynVueCombobox.vue +1 -1
- package/data/layers/full/component/component:syn-details/angular/details.component.ts +1 -1
- package/data/layers/full/component/component:syn-details/vue/SynVueDetails.vue +1 -1
- package/data/layers/full/component/component:syn-dialog/angular/dialog.component.ts +1 -1
- package/data/layers/full/component/component:syn-dialog/vue/SynVueDialog.vue +1 -1
- package/data/layers/full/component/component:syn-divider/angular/divider.component.ts +1 -1
- package/data/layers/full/component/component:syn-divider/vue/SynVueDivider.vue +1 -1
- package/data/layers/full/component/component:syn-drawer/angular/drawer.component.ts +1 -1
- package/data/layers/full/component/component:syn-drawer/vue/SynVueDrawer.vue +1 -1
- package/data/layers/full/component/component:syn-dropdown/angular/dropdown.component.ts +1 -1
- package/data/layers/full/component/component:syn-dropdown/vue/SynVueDropdown.vue +1 -1
- package/data/layers/full/component/component:syn-file/angular/file.component.ts +1 -1
- package/data/layers/full/component/component:syn-file/vue/SynVueFile.vue +1 -1
- package/data/layers/full/component/component:syn-header/angular/header.component.ts +1 -1
- package/data/layers/full/component/component:syn-header/vue/SynVueHeader.vue +1 -1
- package/data/layers/full/component/component:syn-icon/angular/icon.component.ts +1 -1
- package/data/layers/full/component/component:syn-icon/vue/SynVueIcon.vue +1 -1
- package/data/layers/full/component/component:syn-icon-button/angular/icon-button.component.ts +1 -1
- package/data/layers/full/component/component:syn-icon-button/vue/SynVueIconButton.vue +1 -1
- package/data/layers/full/component/component:syn-input/angular/input.component.ts +1 -1
- package/data/layers/full/component/component:syn-input/vue/SynVueInput.vue +1 -1
- package/data/layers/full/component/component:syn-menu/angular/menu.component.ts +1 -1
- package/data/layers/full/component/component:syn-menu/vue/SynVueMenu.vue +1 -1
- package/data/layers/full/component/component:syn-menu-item/angular/menu-item.component.ts +1 -1
- package/data/layers/full/component/component:syn-menu-item/vue/SynVueMenuItem.vue +1 -1
- package/data/layers/full/component/component:syn-menu-label/angular/menu-label.component.ts +1 -1
- package/data/layers/full/component/component:syn-menu-label/vue/SynVueMenuLabel.vue +1 -1
- package/data/layers/full/component/component:syn-nav-item/angular/nav-item.component.ts +1 -1
- package/data/layers/full/component/component:syn-nav-item/vue/SynVueNavItem.vue +1 -1
- package/data/layers/full/component/component:syn-optgroup/angular/optgroup.component.ts +1 -1
- package/data/layers/full/component/component:syn-optgroup/vue/SynVueOptgroup.vue +1 -1
- package/data/layers/full/component/component:syn-option/angular/option.component.ts +1 -1
- package/data/layers/full/component/component:syn-option/vue/SynVueOption.vue +1 -1
- package/data/layers/full/component/component:syn-pagination/angular/pagination.component.ts +1 -1
- package/data/layers/full/component/component:syn-pagination/vue/SynVuePagination.vue +1 -1
- package/data/layers/full/component/component:syn-popup/angular/popup.component.ts +1 -1
- package/data/layers/full/component/component:syn-popup/vue/SynVuePopup.vue +1 -1
- package/data/layers/full/component/component:syn-prio-nav/angular/prio-nav.component.ts +1 -1
- package/data/layers/full/component/component:syn-prio-nav/vue/SynVuePrioNav.vue +1 -1
- package/data/layers/full/component/component:syn-progress-bar/angular/progress-bar.component.ts +1 -1
- package/data/layers/full/component/component:syn-progress-bar/vue/SynVueProgressBar.vue +1 -1
- package/data/layers/full/component/component:syn-progress-ring/angular/progress-ring.component.ts +1 -1
- package/data/layers/full/component/component:syn-progress-ring/vue/SynVueProgressRing.vue +1 -1
- package/data/layers/full/component/component:syn-radio/angular/radio.component.ts +1 -1
- package/data/layers/full/component/component:syn-radio/vue/SynVueRadio.vue +1 -1
- package/data/layers/full/component/component:syn-radio-button/angular/radio-button.component.ts +1 -1
- package/data/layers/full/component/component:syn-radio-button/vue/SynVueRadioButton.vue +1 -1
- package/data/layers/full/component/component:syn-radio-group/angular/radio-group.component.ts +1 -1
- package/data/layers/full/component/component:syn-radio-group/vue/SynVueRadioGroup.vue +1 -1
- package/data/layers/full/component/component:syn-range/angular/range.component.ts +1 -1
- package/data/layers/full/component/component:syn-range/vue/SynVueRange.vue +1 -1
- package/data/layers/full/component/component:syn-range-tick/angular/range-tick.component.ts +1 -1
- package/data/layers/full/component/component:syn-range-tick/vue/SynVueRangeTick.vue +1 -1
- package/data/layers/full/component/component:syn-select/angular/select.component.ts +1 -1
- package/data/layers/full/component/component:syn-select/vue/SynVueSelect.vue +1 -1
- package/data/layers/full/component/component:syn-side-nav/angular/side-nav.component.ts +1 -1
- package/data/layers/full/component/component:syn-side-nav/vue/SynVueSideNav.vue +1 -1
- package/data/layers/full/component/component:syn-spinner/angular/spinner.component.ts +1 -1
- package/data/layers/full/component/component:syn-spinner/vue/SynVueSpinner.vue +1 -1
- package/data/layers/full/component/component:syn-switch/angular/switch.component.ts +1 -1
- package/data/layers/full/component/component:syn-switch/vue/SynVueSwitch.vue +1 -1
- package/data/layers/full/component/component:syn-tab/angular/tab.component.ts +1 -1
- package/data/layers/full/component/component:syn-tab/vue/SynVueTab.vue +1 -1
- package/data/layers/full/component/component:syn-tab-group/angular/tab-group.component.ts +1 -1
- package/data/layers/full/component/component:syn-tab-group/vue/SynVueTabGroup.vue +1 -1
- package/data/layers/full/component/component:syn-tab-panel/angular/tab-panel.component.ts +1 -1
- package/data/layers/full/component/component:syn-tab-panel/vue/SynVueTabPanel.vue +1 -1
- package/data/layers/full/component/component:syn-tag/angular/tag.component.ts +1 -1
- package/data/layers/full/component/component:syn-tag/vue/SynVueTag.vue +1 -1
- package/data/layers/full/component/component:syn-tag-group/angular/tag-group.component.ts +1 -1
- package/data/layers/full/component/component:syn-tag-group/vue/SynVueTagGroup.vue +1 -1
- package/data/layers/full/component/component:syn-textarea/angular/textarea.component.ts +1 -1
- package/data/layers/full/component/component:syn-textarea/vue/SynVueTextarea.vue +1 -1
- package/data/layers/full/component/component:syn-tooltip/angular/tooltip.component.ts +1 -1
- package/data/layers/full/component/component:syn-tooltip/vue/SynVueTooltip.vue +1 -1
- package/data/layers/full/component/component:syn-validate/angular/validate.component.ts +1 -1
- package/data/layers/full/component/component:syn-validate/vue/SynVueValidate.vue +1 -1
- package/data/layers/full/setup/setup:angular-package/angular/CHANGELOG.md +19 -0
- package/data/layers/full/setup/setup:angular-package/angular/README.md +4 -0
- package/data/layers/full/setup/setup:angular-package/angular/package.json +1 -1
- package/data/layers/full/setup/setup:components-package/components/CHANGELOG.md +18 -0
- package/data/layers/full/setup/setup:components-package/components/README.md +84 -2
- package/data/layers/full/setup/setup:components-package/components/package.json +8 -5
- package/data/layers/full/setup/setup:react-package/react/CHANGELOG.md +19 -0
- package/data/layers/full/setup/setup:react-package/react/README.md +4 -0
- package/data/layers/full/setup/setup:react-package/react/package.json +1 -1
- package/data/layers/full/setup/setup:react-package/react/syn-jsx-elements.ts +19 -0
- package/data/layers/full/setup/setup:tokens-package/tokens/CHANGELOG.md +16 -0
- package/data/layers/full/setup/setup:tokens-package/tokens/README.md +119 -19
- package/data/layers/full/setup/setup:tokens-package/tokens/package.json +11 -6
- package/data/layers/full/setup/setup:vue-package/vue/CHANGELOG.md +19 -0
- package/data/layers/full/setup/setup:vue-package/vue/README.md +4 -0
- package/data/layers/full/setup/setup:vue-package/vue/package.json +9 -2
- package/data/layers/full/tokens/charts/js/index.d.ts +664 -0
- package/data/layers/full/tokens/charts/js/index.js +664 -0
- package/data/layers/full/tokens/charts/scss/_tokens.scss +136 -0
- package/data/layers/full/tokens/charts/themes/sick2025_dark.css +142 -0
- package/data/layers/full/tokens/charts/themes/sick2025_light.css +142 -0
- package/data/layers/full/tokens/figma-variables/sick2025-light.json +12 -12
- package/data/layers/full/tokens/js/index.d.ts +1 -1
- package/data/layers/full/tokens/js/index.js +1 -1
- package/data/layers/full/tokens/scss/_tokens.scss +1 -1
- package/data/layers/full/tokens/themes/sick2018_dark.css +1 -1
- package/data/layers/full/tokens/themes/sick2018_light.css +1 -1
- package/data/layers/full/tokens/themes/sick2025_dark.css +1 -1
- package/data/layers/full/tokens/themes/sick2025_light.css +12 -12
- package/data/layers/interface/component/component:syn-chart.json +51 -0
- package/data/layers/interface/component/component:syn-chart.md +61 -0
- package/data/layers/rules/component/component:syn-chart.md +39 -0
- package/data/manifest.json +3 -3
- package/package.json +5 -5
- package/dist/intentPolicy/capabilities/action.d.ts +0 -2
- package/dist/intentPolicy/capabilities/action.js +0 -26
- package/dist/intentPolicy/capabilities/assistance.d.ts +0 -2
- package/dist/intentPolicy/capabilities/assistance.js +0 -10
- package/dist/intentPolicy/capabilities/disclosure.d.ts +0 -2
- package/dist/intentPolicy/capabilities/disclosure.js +0 -14
- package/dist/intentPolicy/capabilities/feedback.d.ts +0 -2
- package/dist/intentPolicy/capabilities/feedback.js +0 -42
- package/dist/intentPolicy/capabilities/index.d.ts +0 -6
- package/dist/intentPolicy/capabilities/index.js +0 -22
- package/dist/intentPolicy/capabilities/input.d.ts +0 -2
- package/dist/intentPolicy/capabilities/input.js +0 -38
- package/dist/intentPolicy/capabilities/navigation.d.ts +0 -2
- package/dist/intentPolicy/capabilities/navigation.js +0 -54
- package/dist/intentPolicy/capabilities/status.d.ts +0 -2
- package/dist/intentPolicy/capabilities/status.js +0 -14
- package/dist/intentPolicy/capabilities/structure.d.ts +0 -2
- package/dist/intentPolicy/capabilities/structure.js +0 -22
- package/dist/intentPolicy/categories/action.d.ts +0 -2
- package/dist/intentPolicy/categories/action.js +0 -4
- package/dist/intentPolicy/categories/assistance.d.ts +0 -2
- package/dist/intentPolicy/categories/assistance.js +0 -4
- package/dist/intentPolicy/categories/disclosure.d.ts +0 -2
- package/dist/intentPolicy/categories/disclosure.js +0 -4
- package/dist/intentPolicy/categories/feedback.d.ts +0 -2
- package/dist/intentPolicy/categories/feedback.js +0 -4
- package/dist/intentPolicy/categories/index.d.ts +0 -5
- package/dist/intentPolicy/categories/index.js +0 -22
- package/dist/intentPolicy/categories/input.d.ts +0 -2
- package/dist/intentPolicy/categories/input.js +0 -4
- package/dist/intentPolicy/categories/navigation.d.ts +0 -2
- package/dist/intentPolicy/categories/navigation.js +0 -4
- package/dist/intentPolicy/categories/status.d.ts +0 -2
- package/dist/intentPolicy/categories/status.js +0 -4
- package/dist/intentPolicy/categories/structure.d.ts +0 -2
- package/dist/intentPolicy/categories/structure.js +0 -4
- package/dist/intentPolicy/intents/action.d.ts +0 -2
- package/dist/intentPolicy/intents/action.js +0 -38
- package/dist/intentPolicy/intents/assistance.d.ts +0 -2
- package/dist/intentPolicy/intents/assistance.js +0 -14
- package/dist/intentPolicy/intents/disclosure.d.ts +0 -2
- package/dist/intentPolicy/intents/disclosure.js +0 -20
- package/dist/intentPolicy/intents/feedback.d.ts +0 -2
- package/dist/intentPolicy/intents/feedback.js +0 -32
- package/dist/intentPolicy/intents/index.d.ts +0 -7
- package/dist/intentPolicy/intents/index.js +0 -23
- package/dist/intentPolicy/intents/input.d.ts +0 -2
- package/dist/intentPolicy/intents/input.js +0 -62
- package/dist/intentPolicy/intents/navigation.d.ts +0 -2
- package/dist/intentPolicy/intents/navigation.js +0 -44
- package/dist/intentPolicy/intents/status.d.ts +0 -2
- package/dist/intentPolicy/intents/status.js +0 -26
- package/dist/intentPolicy/intents/structure.d.ts +0 -2
- package/dist/intentPolicy/intents/structure.js +0 -32
- package/dist/intentPolicy/patterns/action.d.ts +0 -2
- package/dist/intentPolicy/patterns/action.js +0 -195
- package/dist/intentPolicy/patterns/assistance.d.ts +0 -2
- package/dist/intentPolicy/patterns/assistance.js +0 -13
- package/dist/intentPolicy/patterns/disclosure.d.ts +0 -2
- package/dist/intentPolicy/patterns/disclosure.js +0 -23
- package/dist/intentPolicy/patterns/feedback.d.ts +0 -2
- package/dist/intentPolicy/patterns/feedback.js +0 -44
- package/dist/intentPolicy/patterns/index.d.ts +0 -6
- package/dist/intentPolicy/patterns/index.js +0 -22
- package/dist/intentPolicy/patterns/input.d.ts +0 -2
- package/dist/intentPolicy/patterns/input.js +0 -99
- package/dist/intentPolicy/patterns/navigation.d.ts +0 -2
- package/dist/intentPolicy/patterns/navigation.js +0 -192
- package/dist/intentPolicy/patterns/status.d.ts +0 -2
- package/dist/intentPolicy/patterns/status.js +0 -32
- package/dist/intentPolicy/patterns/structure.d.ts +0 -2
- package/dist/intentPolicy/patterns/structure.js +0 -107
package/data/index.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"builtAt": "2026-
|
|
2
|
+
"builtAt": "2026-06-02T08:27:54.928Z",
|
|
3
3
|
"entities": [
|
|
4
4
|
{
|
|
5
5
|
"corePath": "data/core/asset/asset:sick2018-icons.json",
|
|
@@ -283,6 +283,28 @@
|
|
|
283
283
|
"vue"
|
|
284
284
|
]
|
|
285
285
|
},
|
|
286
|
+
{
|
|
287
|
+
"corePath": "data/core/component/component:syn-chart.json",
|
|
288
|
+
"id": "component:syn-chart",
|
|
289
|
+
"kind": "component",
|
|
290
|
+
"layers": {
|
|
291
|
+
"examples": 1,
|
|
292
|
+
"full": 9,
|
|
293
|
+
"interface": 2,
|
|
294
|
+
"rules": 1
|
|
295
|
+
},
|
|
296
|
+
"name": "syn-chart",
|
|
297
|
+
"search": [
|
|
298
|
+
"component:syn-chart",
|
|
299
|
+
"syn-chart",
|
|
300
|
+
"angular",
|
|
301
|
+
"chart",
|
|
302
|
+
"component",
|
|
303
|
+
"react",
|
|
304
|
+
"syn-chart",
|
|
305
|
+
"vue"
|
|
306
|
+
]
|
|
307
|
+
},
|
|
286
308
|
{
|
|
287
309
|
"corePath": "data/core/component/component:syn-checkbox.json",
|
|
288
310
|
"id": "component:syn-checkbox",
|
|
@@ -1621,6 +1643,91 @@
|
|
|
1621
1643
|
"template"
|
|
1622
1644
|
]
|
|
1623
1645
|
},
|
|
1646
|
+
{
|
|
1647
|
+
"corePath": "data/core/token/token:tokens-charts-js-index-d-ts.json",
|
|
1648
|
+
"id": "token:tokens-charts-js-index-d-ts",
|
|
1649
|
+
"kind": "token",
|
|
1650
|
+
"layers": {
|
|
1651
|
+
"full": 1
|
|
1652
|
+
},
|
|
1653
|
+
"name": "index.d.ts",
|
|
1654
|
+
"search": [
|
|
1655
|
+
"token:tokens-charts-js-index-d-ts",
|
|
1656
|
+
"index.d.ts",
|
|
1657
|
+
"artifact",
|
|
1658
|
+
"token",
|
|
1659
|
+
"tokens",
|
|
1660
|
+
"dist"
|
|
1661
|
+
]
|
|
1662
|
+
},
|
|
1663
|
+
{
|
|
1664
|
+
"corePath": "data/core/token/token:tokens-charts-js-index-js.json",
|
|
1665
|
+
"id": "token:tokens-charts-js-index-js",
|
|
1666
|
+
"kind": "token",
|
|
1667
|
+
"layers": {
|
|
1668
|
+
"full": 1
|
|
1669
|
+
},
|
|
1670
|
+
"name": "index.js",
|
|
1671
|
+
"search": [
|
|
1672
|
+
"token:tokens-charts-js-index-js",
|
|
1673
|
+
"index.js",
|
|
1674
|
+
"artifact",
|
|
1675
|
+
"token",
|
|
1676
|
+
"tokens",
|
|
1677
|
+
"dist"
|
|
1678
|
+
]
|
|
1679
|
+
},
|
|
1680
|
+
{
|
|
1681
|
+
"corePath": "data/core/token/token:tokens-charts-scss-tokens-scss.json",
|
|
1682
|
+
"id": "token:tokens-charts-scss-tokens-scss",
|
|
1683
|
+
"kind": "token",
|
|
1684
|
+
"layers": {
|
|
1685
|
+
"full": 1
|
|
1686
|
+
},
|
|
1687
|
+
"name": "_tokens.scss",
|
|
1688
|
+
"search": [
|
|
1689
|
+
"token:tokens-charts-scss-tokens-scss",
|
|
1690
|
+
"_tokens.scss",
|
|
1691
|
+
"artifact",
|
|
1692
|
+
"token",
|
|
1693
|
+
"tokens",
|
|
1694
|
+
"dist"
|
|
1695
|
+
]
|
|
1696
|
+
},
|
|
1697
|
+
{
|
|
1698
|
+
"corePath": "data/core/token/token:tokens-charts-themes-sick2025-dark-css.json",
|
|
1699
|
+
"id": "token:tokens-charts-themes-sick2025-dark-css",
|
|
1700
|
+
"kind": "token",
|
|
1701
|
+
"layers": {
|
|
1702
|
+
"full": 1
|
|
1703
|
+
},
|
|
1704
|
+
"name": "sick2025_dark.css",
|
|
1705
|
+
"search": [
|
|
1706
|
+
"token:tokens-charts-themes-sick2025-dark-css",
|
|
1707
|
+
"sick2025_dark.css",
|
|
1708
|
+
"artifact",
|
|
1709
|
+
"token",
|
|
1710
|
+
"tokens",
|
|
1711
|
+
"dist"
|
|
1712
|
+
]
|
|
1713
|
+
},
|
|
1714
|
+
{
|
|
1715
|
+
"corePath": "data/core/token/token:tokens-charts-themes-sick2025-light-css.json",
|
|
1716
|
+
"id": "token:tokens-charts-themes-sick2025-light-css",
|
|
1717
|
+
"kind": "token",
|
|
1718
|
+
"layers": {
|
|
1719
|
+
"full": 1
|
|
1720
|
+
},
|
|
1721
|
+
"name": "sick2025_light.css",
|
|
1722
|
+
"search": [
|
|
1723
|
+
"token:tokens-charts-themes-sick2025-light-css",
|
|
1724
|
+
"sick2025_light.css",
|
|
1725
|
+
"artifact",
|
|
1726
|
+
"token",
|
|
1727
|
+
"tokens",
|
|
1728
|
+
"dist"
|
|
1729
|
+
]
|
|
1730
|
+
},
|
|
1624
1731
|
{
|
|
1625
1732
|
"corePath": "data/core/token/token:tokens-figma-variables-sick2018-dark-json.json",
|
|
1626
1733
|
"id": "token:tokens-figma-variables-sick2018-dark-json",
|
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
## Default
|
|
2
|
+
|
|
3
|
+
The default story demonstrates a basic line chart configuration. The chart is configured via the config property, which accepts an object that maps directly to the ECharts option configuration.
|
|
4
|
+
|
|
5
|
+
```html
|
|
6
|
+
<syn-chart id="chart-default"></syn-chart>
|
|
7
|
+
|
|
8
|
+
<script type="module">
|
|
9
|
+
const charts = document.querySelectorAll("#chart-default");
|
|
10
|
+
charts.forEach((chart) => {
|
|
11
|
+
chart.config = {
|
|
12
|
+
series: [{ data: [150, 230, 224, 218, 135, 147, 260], type: "line" }],
|
|
13
|
+
xAxis: {
|
|
14
|
+
data: ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"],
|
|
15
|
+
type: "category",
|
|
16
|
+
},
|
|
17
|
+
yAxis: { type: "value" },
|
|
18
|
+
};
|
|
19
|
+
});
|
|
20
|
+
</script>
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
## Config
|
|
26
|
+
|
|
27
|
+
The config property is the main way to configure the chart. It accepts an object that maps 1:1 to the ECharts option configuration. Assigning a new object to this property will update the chart with the new configuration.
|
|
28
|
+
|
|
29
|
+
```html
|
|
30
|
+
<syn-chart id="chart-config"></syn-chart>
|
|
31
|
+
<script type="module">
|
|
32
|
+
const chart = document.querySelector("#chart-config");
|
|
33
|
+
chart.config = {
|
|
34
|
+
series: [{ data: [150, 230, 224], type: "line" }],
|
|
35
|
+
xAxis: { data: ["Mon", "Tue", "Wed"], type: "category" },
|
|
36
|
+
yAxis: { type: "value" },
|
|
37
|
+
};
|
|
38
|
+
</script>
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
---
|
|
42
|
+
|
|
43
|
+
## Palette
|
|
44
|
+
|
|
45
|
+
Use the palette attribute to apply a Synergy design token color palette to chart series. categorical (12 distinct colors for comparing unrelated data series), sequential-01–sequential-07 (10-step single-hue ramps), and sequential-status-critical/error/info/success/warning (10-step status ramps). If option.color is explicitly set, it takes precedence over the palette attribute.
|
|
46
|
+
|
|
47
|
+
```html
|
|
48
|
+
<syn-chart id="chart-palette" palette="sequential-01"></syn-chart>
|
|
49
|
+
<script type="module">
|
|
50
|
+
const chart = document.querySelector("#chart-palette");
|
|
51
|
+
chart.config = {
|
|
52
|
+
series: [
|
|
53
|
+
{
|
|
54
|
+
data: [150, 230, 224, 218, 135, 147, 260],
|
|
55
|
+
name: "Series A",
|
|
56
|
+
type: "line",
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
data: [80, 130, 180, 100, 90, 120, 200],
|
|
60
|
+
name: "Series B",
|
|
61
|
+
type: "line",
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
data: [200, 160, 140, 170, 210, 180, 150],
|
|
65
|
+
name: "Series C",
|
|
66
|
+
type: "line",
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
data: [100, 120, 150, 80, 70, 110, 130],
|
|
70
|
+
name: "Series D",
|
|
71
|
+
type: "line",
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
data: [180, 200, 170, 190, 220, 210, 240],
|
|
75
|
+
name: "Series E",
|
|
76
|
+
type: "line",
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
data: [90, 110, 130, 70, 60, 100, 120],
|
|
80
|
+
name: "Series F",
|
|
81
|
+
type: "line",
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
data: [160, 190, 150, 200, 230, 220, 250],
|
|
85
|
+
name: "Series G",
|
|
86
|
+
type: "line",
|
|
87
|
+
},
|
|
88
|
+
],
|
|
89
|
+
xAxis: {
|
|
90
|
+
data: ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"],
|
|
91
|
+
type: "category",
|
|
92
|
+
},
|
|
93
|
+
yAxis: { type: "value" },
|
|
94
|
+
};
|
|
95
|
+
</script>
|
|
96
|
+
```
|
|
97
|
+
|
|
98
|
+
---
|
|
99
|
+
|
|
100
|
+
## Get Instance
|
|
101
|
+
|
|
102
|
+
Use getInstance() to access the underlying ECharts instance directly and work with its full native API. This is useful when the config property alone is not sufficient — for example to listen to ECharts events, trigger actions, or call setOption() with custom merge behavior. This example attaches a click listener via the native ECharts API. Click any data point to see the event payload logged to the browser console.
|
|
103
|
+
|
|
104
|
+
```html
|
|
105
|
+
<syn-chart id="chart-get-instance"></syn-chart>
|
|
106
|
+
<p
|
|
107
|
+
style="
|
|
108
|
+
color: var(--syn-color-neutral-600);
|
|
109
|
+
font-size: 0.875rem;
|
|
110
|
+
margin-top: 1rem;
|
|
111
|
+
"
|
|
112
|
+
>
|
|
113
|
+
Open the browser console and click a data point to see the native ECharts
|
|
114
|
+
event payload.
|
|
115
|
+
</p>
|
|
116
|
+
<script type="module">
|
|
117
|
+
const chart = document.querySelector("#chart-get-instance");
|
|
118
|
+
chart.config = {
|
|
119
|
+
series: [{ data: [150, 230, 224, 218, 135, 147, 260], type: "line" }],
|
|
120
|
+
tooltip: { trigger: "item" },
|
|
121
|
+
xAxis: {
|
|
122
|
+
data: ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"],
|
|
123
|
+
type: "category",
|
|
124
|
+
},
|
|
125
|
+
yAxis: { type: "value" },
|
|
126
|
+
};
|
|
127
|
+
const chartInstance = chart.getInstance();
|
|
128
|
+
chartInstance.on("click", (params) =>
|
|
129
|
+
console.log("ECharts click event:", params),
|
|
130
|
+
);
|
|
131
|
+
</script>
|
|
132
|
+
```
|
|
133
|
+
|
|
134
|
+
---
|
|
135
|
+
|
|
136
|
+
## Multiple Charts With Different Palettes
|
|
137
|
+
|
|
138
|
+
You can use multiple charts in one <syn-chart> instance, each with its own configuration. The palette colors or the default colors can be overridden per series item using the color property directly on the series object — allowing fine-grained control over individual chart series colors.Important: The color property does not support CSS variables (e.g. var(--syn-sequential-05-80)). This is a limitation of ECharts itself: ECharts renders via the Canvas API, which does not resolve CSS custom properties. To use Synergy design tokens as colors, read the computed hex value first using getComputedStyle(document.documentElement).getPropertyValue('--your-token').trim() and pass the resolved value instead.
|
|
139
|
+
|
|
140
|
+
```html
|
|
141
|
+
<syn-chart id="chart-multiple-charts" palette="categorical"></syn-chart>
|
|
142
|
+
<script type="module">
|
|
143
|
+
const chart = document.querySelector("#chart-multiple-charts");
|
|
144
|
+
|
|
145
|
+
const getHexValueFromVariable = (val) =>
|
|
146
|
+
getComputedStyle(document.documentElement).getPropertyValue(val).trim();
|
|
147
|
+
|
|
148
|
+
chart.config = {
|
|
149
|
+
series: [
|
|
150
|
+
{
|
|
151
|
+
data: [160, 185, 180, 175, 150, 160, 190],
|
|
152
|
+
name: "Series A",
|
|
153
|
+
type: "line",
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
data: [170, 165, 155, 168, 180, 170, 158],
|
|
157
|
+
name: "Series B",
|
|
158
|
+
type: "line",
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
data: [165, 175, 158, 172, 182, 175, 185],
|
|
162
|
+
name: "Series C",
|
|
163
|
+
type: "line",
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
color: [getHexValueFromVariable("--syn-sequential-05-80")],
|
|
167
|
+
data: [80, 60, 90, 50, 70, 55, 85],
|
|
168
|
+
name: "Series D",
|
|
169
|
+
type: "line",
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
color: [getHexValueFromVariable("--syn-sequential-05-60")],
|
|
173
|
+
data: [65, 75, 55, 80, 45, 70, 60],
|
|
174
|
+
name: "Series E",
|
|
175
|
+
type: "line",
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
color: [getHexValueFromVariable("--syn-sequential-05-40")],
|
|
179
|
+
data: [50, 70, 60, 45, 55, 65, 75],
|
|
180
|
+
name: "Series F",
|
|
181
|
+
type: "line",
|
|
182
|
+
},
|
|
183
|
+
],
|
|
184
|
+
xAxis: {
|
|
185
|
+
data: ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"],
|
|
186
|
+
type: "category",
|
|
187
|
+
},
|
|
188
|
+
yAxis: { type: "value" },
|
|
189
|
+
};
|
|
190
|
+
</script>
|
|
191
|
+
```
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
EventEmitter,
|
|
13
13
|
AfterContentInit,
|
|
14
14
|
} from '@angular/core';
|
|
15
|
-
import type
|
|
15
|
+
import type SynAccordion from '@synergy-design-system/components/components/accordion/accordion.component.js';
|
|
16
16
|
|
|
17
17
|
import '@synergy-design-system/components/components/accordion/accordion.js';
|
|
18
18
|
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
import { computed, ref } from 'vue';
|
|
20
20
|
import '@synergy-design-system/components/components/accordion/accordion.js';
|
|
21
21
|
|
|
22
|
-
import type
|
|
22
|
+
import type SynAccordion from '@synergy-design-system/components/components/accordion/accordion.component.js';
|
|
23
23
|
|
|
24
24
|
// DOM Reference to the element
|
|
25
25
|
const nativeElement = ref<SynAccordion>();
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
EventEmitter,
|
|
13
13
|
AfterContentInit,
|
|
14
14
|
} from '@angular/core';
|
|
15
|
-
import type
|
|
15
|
+
import type SynAlert from '@synergy-design-system/components/components/alert/alert.component.js';
|
|
16
16
|
import type { SynShowEvent } from '@synergy-design-system/components';
|
|
17
17
|
import type { SynAfterShowEvent } from '@synergy-design-system/components';
|
|
18
18
|
import type { SynHideEvent } from '@synergy-design-system/components';
|
|
@@ -37,7 +37,7 @@ import type { SynShowEvent } from '@synergy-design-system/components';
|
|
|
37
37
|
import type { SynAfterShowEvent } from '@synergy-design-system/components';
|
|
38
38
|
import type { SynHideEvent } from '@synergy-design-system/components';
|
|
39
39
|
import type { SynAfterHideEvent } from '@synergy-design-system/components';
|
|
40
|
-
import type
|
|
40
|
+
import type SynAlert from '@synergy-design-system/components/components/alert/alert.component.js';
|
|
41
41
|
|
|
42
42
|
// DOM Reference to the element
|
|
43
43
|
const nativeElement = ref<SynAlert>();
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
EventEmitter,
|
|
13
13
|
AfterContentInit,
|
|
14
14
|
} from '@angular/core';
|
|
15
|
-
import type
|
|
15
|
+
import type SynBadge from '@synergy-design-system/components/components/badge/badge.component.js';
|
|
16
16
|
|
|
17
17
|
import '@synergy-design-system/components/components/badge/badge.js';
|
|
18
18
|
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
import { computed, ref } from 'vue';
|
|
19
19
|
import '@synergy-design-system/components/components/badge/badge.js';
|
|
20
20
|
|
|
21
|
-
import type
|
|
21
|
+
import type SynBadge from '@synergy-design-system/components/components/badge/badge.component.js';
|
|
22
22
|
|
|
23
23
|
// DOM Reference to the element
|
|
24
24
|
const nativeElement = ref<SynBadge>();
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
EventEmitter,
|
|
13
13
|
AfterContentInit,
|
|
14
14
|
} from '@angular/core';
|
|
15
|
-
import type
|
|
15
|
+
import type SynBreadcrumb from '@synergy-design-system/components/components/breadcrumb/breadcrumb.component.js';
|
|
16
16
|
|
|
17
17
|
import '@synergy-design-system/components/components/breadcrumb/breadcrumb.js';
|
|
18
18
|
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
import { computed, ref } from 'vue';
|
|
22
22
|
import '@synergy-design-system/components/components/breadcrumb/breadcrumb.js';
|
|
23
23
|
|
|
24
|
-
import type
|
|
24
|
+
import type SynBreadcrumb from '@synergy-design-system/components/components/breadcrumb/breadcrumb.component.js';
|
|
25
25
|
|
|
26
26
|
// DOM Reference to the element
|
|
27
27
|
const nativeElement = ref<SynBreadcrumb>();
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
EventEmitter,
|
|
13
13
|
AfterContentInit,
|
|
14
14
|
} from '@angular/core';
|
|
15
|
-
import type
|
|
15
|
+
import type SynBreadcrumbItem from '@synergy-design-system/components/components/breadcrumb-item/breadcrumb-item.component.js';
|
|
16
16
|
|
|
17
17
|
import '@synergy-design-system/components/components/breadcrumb-item/breadcrumb-item.js';
|
|
18
18
|
|
package/data/layers/full/component/component:syn-breadcrumb-item/vue/SynVueBreadcrumbItem.vue
CHANGED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
import { computed, ref } from 'vue';
|
|
27
27
|
import '@synergy-design-system/components/components/breadcrumb-item/breadcrumb-item.js';
|
|
28
28
|
|
|
29
|
-
import type
|
|
29
|
+
import type SynBreadcrumbItem from '@synergy-design-system/components/components/breadcrumb-item/breadcrumb-item.component.js';
|
|
30
30
|
|
|
31
31
|
// DOM Reference to the element
|
|
32
32
|
const nativeElement = ref<SynBreadcrumbItem>();
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
EventEmitter,
|
|
13
13
|
AfterContentInit,
|
|
14
14
|
} from '@angular/core';
|
|
15
|
-
import type
|
|
15
|
+
import type SynButton from '@synergy-design-system/components/components/button/button.component.js';
|
|
16
16
|
import type { SynBlurEvent } from '@synergy-design-system/components';
|
|
17
17
|
import type { SynFocusEvent } from '@synergy-design-system/components';
|
|
18
18
|
import type { SynInvalidEvent } from '@synergy-design-system/components';
|
|
@@ -35,7 +35,7 @@ import '@synergy-design-system/components/components/button/button.js';
|
|
|
35
35
|
import type { SynBlurEvent } from '@synergy-design-system/components';
|
|
36
36
|
import type { SynFocusEvent } from '@synergy-design-system/components';
|
|
37
37
|
import type { SynInvalidEvent } from '@synergy-design-system/components';
|
|
38
|
-
import type
|
|
38
|
+
import type SynButton from '@synergy-design-system/components/components/button/button.component.js';
|
|
39
39
|
|
|
40
40
|
// DOM Reference to the element
|
|
41
41
|
const nativeElement = ref<SynButton>();
|
package/data/layers/full/component/component:syn-button-group/angular/button-group.component.ts
CHANGED
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
EventEmitter,
|
|
13
13
|
AfterContentInit,
|
|
14
14
|
} from '@angular/core';
|
|
15
|
-
import type
|
|
15
|
+
import type SynButtonGroup from '@synergy-design-system/components/components/button-group/button-group.component.js';
|
|
16
16
|
|
|
17
17
|
import '@synergy-design-system/components/components/button-group/button-group.js';
|
|
18
18
|
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
import { computed, ref } from 'vue';
|
|
19
19
|
import '@synergy-design-system/components/components/button-group/button-group.js';
|
|
20
20
|
|
|
21
|
-
import type
|
|
21
|
+
import type SynButtonGroup from '@synergy-design-system/components/components/button-group/button-group.component.js';
|
|
22
22
|
|
|
23
23
|
// DOM Reference to the element
|
|
24
24
|
const nativeElement = ref<SynButtonGroup>();
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
EventEmitter,
|
|
13
13
|
AfterContentInit,
|
|
14
14
|
} from '@angular/core';
|
|
15
|
-
import type
|
|
15
|
+
import type SynCard from '@synergy-design-system/components/components/card/card.component.js';
|
|
16
16
|
|
|
17
17
|
import '@synergy-design-system/components/components/card/card.js';
|
|
18
18
|
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
import { computed, ref } from 'vue';
|
|
31
31
|
import '@synergy-design-system/components/components/card/card.js';
|
|
32
32
|
|
|
33
|
-
import type
|
|
33
|
+
import type SynCard from '@synergy-design-system/components/components/card/card.component.js';
|
|
34
34
|
|
|
35
35
|
// DOM Reference to the element
|
|
36
36
|
const nativeElement = ref<SynCard>();
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
// ---------------------------------------------------------------------
|
|
2
|
+
// 🔒 AUTOGENERATED @synergy-design-system/angular wrappers for @synergy-design-system/components
|
|
3
|
+
// Please do not edit this file directly!
|
|
4
|
+
// It will get recreated when running pnpm build.
|
|
5
|
+
// ---------------------------------------------------------------------
|
|
6
|
+
import {
|
|
7
|
+
Component,
|
|
8
|
+
ElementRef,
|
|
9
|
+
NgZone,
|
|
10
|
+
Input,
|
|
11
|
+
Output,
|
|
12
|
+
EventEmitter,
|
|
13
|
+
AfterContentInit,
|
|
14
|
+
} from '@angular/core';
|
|
15
|
+
import type SynChart from '@synergy-design-system/components/components/chart/chart.component.js';
|
|
16
|
+
|
|
17
|
+
import '@synergy-design-system/components/components/chart/chart.js';
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* @summary The `<syn-chart>` component is a container for displaying charts. It provides a structured layout and styling for chart elements, allowing for consistent presentation across different types of charts. The chart component is based on [Apache ECharts](https://echarts.apache.org)
|
|
21
|
+
*
|
|
22
|
+
* @documentation https://synergy-design-system.github.io/?path=/docs/charting-syn-chart--docs
|
|
23
|
+
* @status experimental
|
|
24
|
+
* @since 0.0.0
|
|
25
|
+
*
|
|
26
|
+
* @csspart base - The component's base wrapper.
|
|
27
|
+
*/
|
|
28
|
+
@Component({
|
|
29
|
+
selector: 'syn-chart',
|
|
30
|
+
standalone: true,
|
|
31
|
+
template: '<ng-content></ng-content>',
|
|
32
|
+
})
|
|
33
|
+
export class SynChartComponent {
|
|
34
|
+
public nativeElement: SynChart;
|
|
35
|
+
private _ngZone: NgZone;
|
|
36
|
+
|
|
37
|
+
constructor(e: ElementRef, ngZone: NgZone) {
|
|
38
|
+
this.nativeElement = e.nativeElement;
|
|
39
|
+
this._ngZone = ngZone;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* The color palette to apply to chart series.
|
|
44
|
+
|
|
45
|
+
- `categorical` (default) — 12 distinct colors for comparing unrelated data series
|
|
46
|
+
- `sequential-01` … `sequential-07` — 10-step single-hue ramps:
|
|
47
|
+
`01`=primary, `02`=accent, `03`=muted, `04`=purple, `05`=teal, `06`=magenta, `07`=neutral
|
|
48
|
+
- `sequential-status-critical`, `sequential-status-error`, `sequential-status-info`,
|
|
49
|
+
`sequential-status-success`, `sequential-status-warning` — 10-step status ramps
|
|
50
|
+
|
|
51
|
+
The palette sets the ECharts `color` array.
|
|
52
|
+
* If `config.color` is explicitly provided,
|
|
53
|
+
it takes precedence over the palette.
|
|
54
|
+
*/
|
|
55
|
+
@Input()
|
|
56
|
+
set palette(v: SynChart['palette']) {
|
|
57
|
+
this._ngZone.runOutsideAngular(() => (this.nativeElement.palette = v));
|
|
58
|
+
}
|
|
59
|
+
get palette(): SynChart['palette'] {
|
|
60
|
+
return this.nativeElement.palette;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
/**
|
|
64
|
+
* The ECharts configuration option object.
|
|
65
|
+
|
|
66
|
+
This property maps 1:1 to the ECharts `option` parameter passed to `setOption()`.
|
|
67
|
+
Consult the [ECharts option documentation](https://echarts.apache.org/en/option.html)
|
|
68
|
+
and assign the object directly to this property.
|
|
69
|
+
|
|
70
|
+
> **Note:** Currently only **line charts** (`series[].type: 'line'`) are supported.
|
|
71
|
+
> Support for additional chart types (bar, pie, etc.) will be added in future releases or can be requested.
|
|
72
|
+
|
|
73
|
+
Assigning a new object completely replaces the previous chart configuration (`notMerge: true`).
|
|
74
|
+
To update only parts of the chart, access the underlying ECharts instance directly and
|
|
75
|
+
call `setOption()` with custom merge options.
|
|
76
|
+
*/
|
|
77
|
+
@Input()
|
|
78
|
+
set config(v: SynChart['config']) {
|
|
79
|
+
this._ngZone.runOutsideAngular(() => (this.nativeElement.config = v));
|
|
80
|
+
}
|
|
81
|
+
get config(): SynChart['config'] {
|
|
82
|
+
return this.nativeElement.config;
|
|
83
|
+
}
|
|
84
|
+
}
|