Update build

master
johnkiernander 2014-12-16 14:44:28 +00:00
parent f06e326968
commit ac91f9f421
4 changed files with 6 additions and 6 deletions

View File

@ -1843,7 +1843,7 @@
if (axis.shapes === null) {
// Add a group for the axes to allow css formatting
axis.shapes = this._group.append("g")
.attr("class", "dimple-axis " + "dimple-axis-" + axis.position)
.attr("class", "dimple-axis dimple-axis-" + axis.position)
.each(function () {
if (!chart.noFormats) {
d3.select(this)

View File

@ -1843,7 +1843,7 @@
if (axis.shapes === null) {
// Add a group for the axes to allow css formatting
axis.shapes = this._group.append("g")
.attr("class", "dimple-axis " + "dimple-axis-" + axis.position)
.attr("class", "dimple-axis dimple-axis-" + axis.position)
.each(function () {
if (!chart.noFormats) {
d3.select(this)