Skip to content

Commit 47f5b07

Browse files
Update margin
1 parent a482c70 commit 47f5b07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/advanced_bars_sketchy.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
var svg = dimple.newSvg("#chartContainer", 590, 400);
5959
d3.tsv("/data/example_data.tsv", function (data) {
6060
var myChart = new dimple.chart(svg, data);
61-
myChart.setMargins(110, 60, 20, 70);
61+
myChart.setMargins(110, 60, 20, 80);
6262
myChart.noFormats = true;
6363
var x = myChart.addCategoryAxis("x", "Price Tier");
6464
myChart.addMeasureAxis("y", "Unit Sales");

examples/templates/advanced_bars_sketchy.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
var svg = dimple.newSvg("#chartContainer", 590, 400);
5555
d3.tsv("/data/example_data.tsv", function (data) {
5656
var myChart = new dimple.chart(svg, data);
57-
myChart.setMargins(110, 60, 20, 70);
57+
myChart.setMargins(110, 60, 20, 80);
5858
myChart.noFormats = true;
5959
var x = myChart.addCategoryAxis("x", "Price Tier");
6060
myChart.addMeasureAxis("y", "Unit Sales");

0 commit comments

Comments
 (0)