@orbcharts/plugins-basic 3.0.0-beta.2 → 3.0.0-beta.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orbcharts/plugins-basic",
3
- "version": "3.0.0-beta.2",
3
+ "version": "3.0.0-beta.4",
4
4
  "description": "plugins for OrbCharts",
5
5
  "author": "Blue Planet Inc.",
6
6
  "license": "Apache-2.0",
@@ -35,9 +35,9 @@
35
35
  "vite-plugin-dts": "^3.7.3"
36
36
  },
37
37
  "dependencies": {
38
- "@orbcharts/core": "^3.0.0-beta.1",
39
- "@orbcharts/core-types": "^3.0.0-beta.1",
40
- "@orbcharts/plugins-basic-types": "^3.0.0-beta.2",
38
+ "@orbcharts/core": "^3.0.0-beta.3",
39
+ "@orbcharts/core-types": "^3.0.0-beta.2",
40
+ "@orbcharts/plugins-basic-types": "^3.0.0-beta.3",
41
41
  "d3": "^7.8.5",
42
42
  "rxjs": "^7.8.1"
43
43
  }
@@ -127,7 +127,7 @@ function calctransitionItem (barGroupAmount: number, totalDuration: number) {
127
127
  function renderRectBars ({ graphicGSelection, rectClassName, visibleComputedLayoutData, zeroYArr, groupLabels, barScale, params, chartParams, barWidth, transformedBarRadius, delayGroup, transitionItem, isSeriesSeprate }: RenderBarParams) {
128
128
 
129
129
  const barHalfWidth = barWidth! / 2
130
-
130
+ // console.log(visibleComputedLayoutData)
131
131
  graphicGSelection
132
132
  .each((seriesData, seriesIndex, g) => {
133
133
  d3.select(g[seriesIndex])