mirror of
https://github.com/apache/superset.git
synced 2026-04-17 15:15:20 +00:00
[panoramix] -> [dashed]
This commit is contained in:
26
dashed/assets/visualizations/big_number.css
Normal file
26
dashed/assets/visualizations/big_number.css
Normal file
@@ -0,0 +1,26 @@
|
||||
.big_number g.axis text {
|
||||
font-size: 10px;
|
||||
font-weight: normal;
|
||||
color: gray;
|
||||
fill: gray;
|
||||
text-anchor: middle;
|
||||
alignment-baseline: middle;
|
||||
font-weight: none;
|
||||
}
|
||||
|
||||
.big_number text.big {
|
||||
stroke: black;
|
||||
text-anchor: middle;
|
||||
fill: black;
|
||||
}
|
||||
|
||||
.big_number g.tick line {
|
||||
stroke-width: 1px;
|
||||
stroke: grey;
|
||||
}
|
||||
|
||||
.big_number .domain {
|
||||
fill: none;
|
||||
stroke: black;
|
||||
stroke-width: 1;
|
||||
}
|
||||
Reference in New Issue
Block a user