Skip to content

Commit

Permalink
release 0.7.13 43a35b0
Browse files Browse the repository at this point in the history
  • Loading branch information
kanitw committed Aug 11, 2015
1 parent 8ae2754 commit b42b511
Show file tree
Hide file tree
Showing 4 changed files with 439 additions and 357 deletions.
46 changes: 43 additions & 3 deletions spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@
"default": 25,
"minimum": 0,
"description": "Truncate labels that are too long."
},
"labelAngle": {
"type": "integer",
"description": "Angle by which to rotate labels. Set to 0 to force horizontal."
}
}
},
Expand Down Expand Up @@ -266,6 +270,10 @@
"default": 25,
"minimum": 0,
"description": "Truncate labels that are too long."
},
"labelAngle": {
"type": "integer",
"description": "Angle by which to rotate labels. Set to 0 to force horizontal."
}
}
},
Expand Down Expand Up @@ -383,6 +391,10 @@
"default": 25,
"minimum": 0,
"description": "Truncate labels that are too long."
},
"labelAngle": {
"type": "integer",
"description": "Angle by which to rotate labels. Set to 0 to force horizontal."
}
}
},
Expand Down Expand Up @@ -481,6 +493,10 @@
"default": 12,
"minimum": 0,
"description": "Truncate labels that are too long."
},
"labelAngle": {
"type": "integer",
"description": "Angle by which to rotate labels. Set to 0 to force horizontal."
}
}
},
Expand Down Expand Up @@ -561,7 +577,15 @@
}
}
},
"legend": {"type": "boolean","default": true},
"legend": {
"type": "object",
"properties": {
"title": {
"type": "string",
"description": "A title for the legend. (Shows field name and its function by default.)"
}
}
},
"value": {"type": "integer","default": 30,"minimum": 0},
"sort": {
"type": "array",
Expand Down Expand Up @@ -702,7 +726,15 @@
}
}
},
"legend": {"type": "boolean","default": true},
"legend": {
"type": "object",
"properties": {
"title": {
"type": "string",
"description": "A title for the legend. (Shows field name and its function by default.)"
}
}
},
"value": {"type": "string","role": "color","default": "steelblue"},
"opacity": {"type": "number","minimum": 0,"maximum": 1},
"sort": {
Expand Down Expand Up @@ -756,7 +788,15 @@
"supportedTypes": {"Q": 1}
},
"aggregate": {"type": "string","enum": ["count"],"supportedTypes": {"N": 1,"O": 1}},
"legend": {"type": "boolean","default": true},
"legend": {
"type": "object",
"properties": {
"title": {
"type": "string",
"description": "A title for the legend. (Shows field name and its function by default.)"
}
}
},
"value": {
"type": "string",
"enum": ["circle","square","cross","diamond","triangle-up","triangle-down"],
Expand Down
Loading

0 comments on commit b42b511

Please sign in to comment.