Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sascha Herzinger
AdaCharts
Commits
cfb97ced
Commit
cfb97ced
authored
Mar 20, 2019
by
Sascha Herzinger
Browse files
fixed some style issues
parent
d9f8d2e9
Changes
2
Show whitespace changes
Inline
Side-by-side
src/assets/css/barplot.css
View file @
cfb97ced
...
...
@@ -19,6 +19,10 @@
shape-rendering
:
crispEdges
;
}
.ac-bar-axis
{
font-size
:
1em
;
}
.ac-bar-left-axis
path
{
stroke
:
none
;
}
...
...
src/charts/impl/Barplot.js
View file @
cfb97ced
...
...
@@ -79,7 +79,7 @@ export default class extends Chart {
const
x
=
d3
.
scaleBand
()
.
domain
(
categories
)
.
range
([
0
,
width
])
.
paddingInner
(
0.1
)
.
paddingInner
(
0.1
5
)
.
paddingOuter
(
0.05
);
const
xSub
=
d3
.
scaleBand
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment