@sme.up/ketchup 11.0.0-SNAPSHOT-20251203160852 → 11.0.0-SNAPSHOT-20251204162538

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.
@@ -14,6 +14,7 @@ export declare enum KupEchartProps {
14
14
  data = "The actual data of the chart.",
15
15
  legend = "Sets the position of the legend. Supported values: bottom, left, right, top. Keep in mind that legend types are tied to chart types, some combinations might not work.",
16
16
  map = "Choose which map you want to view, supported values: \"europe\", \"africa\", \"asia\", \"oceania\", \"america\" and \"world\". It's possible to supply a custom JSON too.",
17
+ multipleYAxes = "Defines which data series must be associated with a secondary Y axis. Accepts a string with the column IDs separated by \"|\".",
17
18
  series = "The data series to be displayed. They must be of the same type.",
18
19
  showMarks = "Displays the numerical values.",
19
20
  sizeX = "The width of the chart, defaults to 100%. Accepts any valid CSS format (px, %, vw, etc.).",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sme.up/ketchup",
3
- "version": "11.0.0-SNAPSHOT-20251203160852",
3
+ "version": "11.0.0-SNAPSHOT-20251204162538",
4
4
  "keywords": [
5
5
  "smeup",
6
6
  "KetchUP",