You are here

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
  1. g.rule text {
  2. font-size: 12px;
  3. }
  4. g.ticks text {
  5. font-size: 11px;
  6. }
  7. .tooltip {
  8. z-index: 1000;
  9. }