Skip to content

Commit

Permalink
update test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
kanitw committed Dec 3, 2014
1 parent 7e078c5 commit 2656f3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"width": 300,
"width": 200,
"height": 126,
"padding": "auto",
"data": [
Expand Down Expand Up @@ -30,7 +30,7 @@
{
"_name": "cell",
"type": "group",
"properties": {"enter": {"width": {"group": "width"},"height": {"group": "height"}}},
"properties": {"enter": {"width": {"value": 200},"height": {"value": 126}}},
"scales": [
{
"name": "x",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"width": 300,
"width": 200,
"height": 126,
"padding": "auto",
"data": [
Expand All @@ -19,7 +19,7 @@
{
"_name": "cell",
"type": "group",
"properties": {"enter": {"width": {"group": "width"},"height": {"group": "height"}}},
"properties": {"enter": {"width": {"value": 200},"height": {"value": 126}}},
"scales": [
{
"name": "x",
Expand Down

0 comments on commit 2656f3e

Please sign in to comment.