diff --git a/chart/chart.scss b/chart/chart.scss index 0c98fc4..06abe4d 100644 --- a/chart/chart.scss +++ b/chart/chart.scss @@ -1,3 +1,7 @@ .chart { background: #fff; } + +svg { + font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; +} \ No newline at end of file diff --git a/chart/chart_area.scss b/chart/chart_area.scss index 8b13789..b945288 100644 --- a/chart/chart_area.scss +++ b/chart/chart_area.scss @@ -1 +1,7 @@ +svg .area { + fill: steelblue; +} +svg .stacked { + fill: steelblue; +} \ No newline at end of file diff --git a/chart/chart_bar.scss b/chart/chart_bar.scss index 8b13789..e69de29 100644 --- a/chart/chart_bar.scss +++ b/chart/chart_bar.scss @@ -1 +0,0 @@ -