Skip to content

Commit 7724230

Browse files
Merge pull request #21 from geoblink/feature/CORE-7570-create-stackedbars-chart
GeoChartStackedBars component
2 parents d373907 + 39687a5 commit 7724230

File tree

12 files changed

+1163
-2
lines changed

12 files changed

+1163
-2
lines changed

.vuepress/styles/_geo-chart-demos.scss

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
display: none;
33
}
44

5+
.u-geo-chart--stacked-bar-axis {
6+
.geo-chart-axis-demo-numerical-axis {
7+
display: none;
8+
}
9+
10+
.geo-chart-axis-demo-categorical-axis {
11+
.domain,
12+
line {
13+
display: none;
14+
}
15+
}
16+
}
17+
518
// This can't be applied directly in the demo
619
.geo-chart-bar {
720
fill: $color-blue-light;
@@ -81,7 +94,8 @@ $rankLineColors: (0: $color-blue,
8194

8295
.geo-chart-anchored-shapes-group__shape-text-element--#{$i}>.geo-chart-anchored-shapes__shape-element,
8396
.geo-chart-line-segments__segment--#{$i},
84-
.geo-chart-line-segments__segment-stop--#{$i} {
97+
.geo-chart-line-segments__segment-stop--#{$i},
98+
.geo-chart-stacked-bars__segment--#{$i} {
8599
fill: map-get($rankLineColors, $i);
86100
}
87101
}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 29.3.0
4+
5+
New:
6+
7+
- `GeoChartStackedBars` component
8+
39
## 29.2.1
410

511
Fix:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@geoblink/design-system",
3-
"version": "29.2.1",
3+
"version": "29.3.0",
44
"description": "Geoblink Design System for Vue.js",
55
"author": "Geoblink <contact@geoblink.com>",
66
"main": "dist/system.js",

0 commit comments

Comments
 (0)