Improve multi series tooltips for line chart

This commit is contained in:
Colin McLeod
2015-09-17 01:00:10 -07:00
parent b479b61926
commit eb52a7548c
5 changed files with 75 additions and 28 deletions

View File

@@ -163,12 +163,6 @@ table.total {
.smallTablet({
width: 50%;
.axis.x {
g.tick:nth-child(2n + 1) text {
display: none;
}
}
});
.largePhone({
@@ -192,12 +186,12 @@ table.total {
&.third {
width: 33%;
.largePhone({
.smallTablet({
width: 100% !important;
});
}
.smallTablet({
.smallScreen({
.axis.x {
g.tick:nth-child(2n + 1) text {
display: none;