We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8e27dd + d7a501d commit aaa3e3cCopy full SHA for aaa3e3c
src/components/shapes/attributes.js
@@ -53,7 +53,11 @@ module.exports = {
53
'refers to an x coordinate',
54
'If set to *paper*, the `x` position refers to the distance from',
55
'the left side of the plotting area in normalized coordinates',
56
- 'where *0* (*1*) corresponds to the left (right) side.'
+ 'where *0* (*1*) corresponds to the left (right) side.',
57
+ 'If the axis `type` is *log*, then you must take the',
58
+ 'log of your desired range.',
59
+ 'If the axis `type` is *date*, then you must convert',
60
+ 'the date to unix time in milliseconds.'
61
].join(' ')
62
}),
63
x0: {
0 commit comments