columnchart.css in d3.js 7
g.rule text {
font-size: 12px;
}
g.ticks text {
font-size: 11px;
}
.tooltip {
z-index: 1000;
}
File
libraries/d3.columnchart/columnchart.css
View source
- g.rule text {
- font-size: 12px;
- }
- g.ticks text {
- font-size: 11px;
- }
- .tooltip {
- z-index: 1000;
- }