Skip to content

Commit

Permalink
Merge pull request #2 from coprl/v/package-updates
Browse files Browse the repository at this point in the history
fix: D3 and npm updates
  • Loading branch information
rhetprieto authored Mar 15, 2023
2 parents 76042ed + eab26bc commit ff87359
Show file tree
Hide file tree
Showing 8 changed files with 14,065 additions and 15,437 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,19 @@ jobs:
uses: ruby/setup-ruby@v1
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- uses: actions/setup-node@v2
with:
node-version: '14'
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v2
uses: cycjimmy/semantic-release-action@v2.5.4
with:
semantic_version: 18.0.0
extra_plugins: |
@semantic-release/git
@semantic-release/changelog
@semantic-release/github
@semantic-release/[email protected]
@semantic-release/[email protected]
@semantic-release/[email protected]
@semantic-release/[email protected]
@semantic-release/[email protected]
semantic-release-rubygem
dry_run: false
env:
Expand Down
9 changes: 8 additions & 1 deletion public/c3.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@
}

/*-- Point --*/
.c3-circle {
fill: currentColor;
}

.c3-circle._expanded_ {
stroke-width: 1px;
stroke: white;
Expand Down Expand Up @@ -101,6 +105,9 @@
fill: steelblue;
fill-opacity: 0.1;
}
.c3-region text {
fill-opacity: 1;
}

/*-- Brush --*/
.c3-brush .extent {
Expand Down Expand Up @@ -171,7 +178,7 @@
margin-right: 6px;
}

.c3-tooltip td.value {
.c3-tooltip .value {
text-align: right;
}

Expand Down
Loading

0 comments on commit ff87359

Please sign in to comment.