@gooddata/sdk-ui-charts 10.22.0-alpha.5 → 10.22.0-alpha.50

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.
Files changed (86) hide show
  1. package/NOTICE +4516 -4046
  2. package/esm/charts/headline/internal/headlines/LegacyHeadline.d.ts +4 -2
  3. package/esm/charts/headline/internal/headlines/LegacyHeadline.d.ts.map +1 -1
  4. package/esm/charts/headline/internal/headlines/LegacyHeadline.js +21 -6
  5. package/esm/charts/headline/internal/headlines/LegacyHeadline.js.map +1 -1
  6. package/esm/charts/headline/internal/headlines/baseHeadline/BaseHeadline.d.ts.map +1 -1
  7. package/esm/charts/headline/internal/headlines/baseHeadline/BaseHeadline.js +23 -5
  8. package/esm/charts/headline/internal/headlines/baseHeadline/BaseHeadline.js.map +1 -1
  9. package/esm/charts/repeater/CoreRepeater.d.ts.map +1 -1
  10. package/esm/charts/repeater/CoreRepeater.js +12 -6
  11. package/esm/charts/repeater/CoreRepeater.js.map +1 -1
  12. package/esm/charts/repeater/Repeater.d.ts.map +1 -1
  13. package/esm/charts/repeater/Repeater.js +2 -1
  14. package/esm/charts/repeater/Repeater.js.map +1 -1
  15. package/esm/charts/repeater/hooks/useRenderWatcher.d.ts +5 -0
  16. package/esm/charts/repeater/hooks/useRenderWatcher.d.ts.map +1 -0
  17. package/esm/charts/repeater/hooks/useRenderWatcher.js +39 -0
  18. package/esm/charts/repeater/hooks/useRenderWatcher.js.map +1 -0
  19. package/esm/charts/repeater/internal/InlineColumnChart.js +2 -1
  20. package/esm/charts/repeater/internal/InlineColumnChart.js.map +1 -1
  21. package/esm/charts/repeater/internal/RepeaterChart.d.ts.map +1 -1
  22. package/esm/charts/repeater/internal/RepeaterChart.js +5 -3
  23. package/esm/charts/repeater/internal/RepeaterChart.js.map +1 -1
  24. package/esm/charts/repeater/publicTypes.d.ts +4 -0
  25. package/esm/charts/repeater/publicTypes.d.ts.map +1 -1
  26. package/esm/charts/repeater/publicTypes.js +1 -1
  27. package/esm/charts/repeater/publicTypes.js.map +1 -1
  28. package/esm/highcharts/ChartTransformation.d.ts.map +1 -1
  29. package/esm/highcharts/ChartTransformation.js +1 -0
  30. package/esm/highcharts/ChartTransformation.js.map +1 -1
  31. package/esm/highcharts/adapter/Chart.d.ts +9 -0
  32. package/esm/highcharts/adapter/Chart.d.ts.map +1 -1
  33. package/esm/highcharts/adapter/Chart.js +11 -32
  34. package/esm/highcharts/adapter/Chart.js.map +1 -1
  35. package/esm/highcharts/adapter/HighChartsRenderer.js +3 -3
  36. package/esm/highcharts/adapter/HighChartsRenderer.js.map +1 -1
  37. package/esm/highcharts/adapter/chartPlugins.d.ts +1 -1
  38. package/esm/highcharts/adapter/chartPlugins.d.ts.map +1 -1
  39. package/esm/highcharts/adapter/chartPlugins.js +12 -12
  40. package/esm/highcharts/adapter/chartPlugins.js.map +1 -1
  41. package/esm/highcharts/adapter/plugins/3rdParty/grouped-categories.d.ts.map +1 -1
  42. package/esm/highcharts/adapter/plugins/3rdParty/grouped-categories.js +39 -5
  43. package/esm/highcharts/adapter/plugins/3rdParty/grouped-categories.js.map +1 -1
  44. package/esm/highcharts/adapter/plugins/renderBubbles.d.ts +2 -2
  45. package/esm/highcharts/adapter/plugins/renderBubbles.d.ts.map +1 -1
  46. package/esm/highcharts/adapter/plugins/renderBubbles.js +1 -89
  47. package/esm/highcharts/adapter/plugins/renderBubbles.js.map +1 -1
  48. package/esm/highcharts/chartTypes/_chartCreators/commonConfiguration.d.ts.map +1 -1
  49. package/esm/highcharts/chartTypes/_chartCreators/commonConfiguration.js +11 -3
  50. package/esm/highcharts/chartTypes/_chartCreators/commonConfiguration.js.map +1 -1
  51. package/esm/highcharts/chartTypes/_chartCreators/customConfiguration.d.ts.map +1 -1
  52. package/esm/highcharts/chartTypes/_chartCreators/customConfiguration.js +32 -9
  53. package/esm/highcharts/chartTypes/_chartCreators/customConfiguration.js.map +1 -1
  54. package/esm/highcharts/chartTypes/areaChart/areaConfiguration.d.ts.map +1 -1
  55. package/esm/highcharts/chartTypes/areaChart/areaConfiguration.js +3 -0
  56. package/esm/highcharts/chartTypes/areaChart/areaConfiguration.js.map +1 -1
  57. package/esm/highcharts/chartTypes/barChart/barConfiguration.d.ts.map +1 -1
  58. package/esm/highcharts/chartTypes/barChart/barConfiguration.js +5 -1
  59. package/esm/highcharts/chartTypes/barChart/barConfiguration.js.map +1 -1
  60. package/esm/highcharts/chartTypes/bubbleChart/bubbleConfiguration.d.ts.map +1 -1
  61. package/esm/highcharts/chartTypes/bubbleChart/bubbleConfiguration.js +3 -0
  62. package/esm/highcharts/chartTypes/bubbleChart/bubbleConfiguration.js.map +1 -1
  63. package/esm/highcharts/chartTypes/bulletChart/bulletConfiguration.d.ts.map +1 -1
  64. package/esm/highcharts/chartTypes/bulletChart/bulletConfiguration.js +4 -1
  65. package/esm/highcharts/chartTypes/bulletChart/bulletConfiguration.js.map +1 -1
  66. package/esm/highcharts/chartTypes/columnChart/columnConfiguration.d.ts.map +1 -1
  67. package/esm/highcharts/chartTypes/columnChart/columnConfiguration.js +7 -0
  68. package/esm/highcharts/chartTypes/columnChart/columnConfiguration.js.map +1 -1
  69. package/esm/highcharts/chartTypes/comboChart/comboConfiguration.d.ts.map +1 -1
  70. package/esm/highcharts/chartTypes/comboChart/comboConfiguration.js +8 -1
  71. package/esm/highcharts/chartTypes/comboChart/comboConfiguration.js.map +1 -1
  72. package/esm/highcharts/chartTypes/heatmap/heatmapConfiguration.d.ts +5 -0
  73. package/esm/highcharts/chartTypes/heatmap/heatmapConfiguration.d.ts.map +1 -1
  74. package/esm/highcharts/chartTypes/heatmap/heatmapConfiguration.js +8 -1
  75. package/esm/highcharts/chartTypes/heatmap/heatmapConfiguration.js.map +1 -1
  76. package/esm/highcharts/chartTypes/lineChart/lineConfiguration.d.ts.map +1 -1
  77. package/esm/highcharts/chartTypes/lineChart/lineConfiguration.js +3 -0
  78. package/esm/highcharts/chartTypes/lineChart/lineConfiguration.js.map +1 -1
  79. package/esm/highcharts/chartTypes/scatterPlot/scatterConfiguration.d.ts.map +1 -1
  80. package/esm/highcharts/chartTypes/scatterPlot/scatterConfiguration.js +3 -0
  81. package/esm/highcharts/chartTypes/scatterPlot/scatterConfiguration.js.map +1 -1
  82. package/esm/highcharts/chartTypes/waterfallChart/waterfallConfiguration.d.ts.map +1 -1
  83. package/esm/highcharts/chartTypes/waterfallChart/waterfallConfiguration.js +7 -0
  84. package/esm/highcharts/chartTypes/waterfallChart/waterfallConfiguration.js.map +1 -1
  85. package/package.json +11 -11
  86. package/styles/scss/charts.scss +1 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.