Skip to content

Commit

Permalink
added rotation of -45deg to horizontal labels
Browse files Browse the repository at this point in the history
  • Loading branch information
4nshuman committed Sep 8, 2024
1 parent bec52c5 commit 43f8c1f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/plugins/html/src/sass/dark/components/chartist.scss
Original file line number Diff line number Diff line change
Expand Up @@ -644,3 +644,8 @@
.current-series .ct-point, .current-series .ct-line {
stroke: blue;
}

// Custom override of chartist classes
.ct-custom-label.ct-horizontal {
rotate: -45deg;
}
5 changes: 5 additions & 0 deletions lib/plugins/html/src/sass/light/components/chartist.scss
Original file line number Diff line number Diff line change
Expand Up @@ -643,4 +643,9 @@

.current-series .ct-point, .current-series .ct-line {
stroke: blue;
}

// Custom override of chartist classes
.ct-custom-label.ct-horizontal {
rotate: -45deg;
}

0 comments on commit 43f8c1f

Please sign in to comment.