-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
bugFor bugs or other software errorsFor bugs or other software errors
Description
Notice how in the example below, the domain is not nice when zero: true.
{
"$schema": "https://vega.github.io/schema/vega/v5.json",
"width": 200,
"height": 20,
"padding": 5,
"scales": [
{
"name": "scale1",
"domain": [90, 210],
"nice": 2,
"range": "width"
},
{
"name": "scale2",
"domain": [90, 210],
"nice": 2,
"range": "width",
"zero": false
}
],
"axes": [
{ "orient": "top", "scale": "scale1", "tickCount": 2},
{ "orient": "bottom", "scale": "scale2", "tickCount": 2}
]
}Metadata
Metadata
Assignees
Labels
bugFor bugs or other software errorsFor bugs or other software errors
