-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
bugsomething brokensomething broken
Description
Plotly config:
var data = [{
type: "scatter",
y: [2, 5, 3, 2.5],
mode: 'text+lines+markers',
texttemplate: "%{y}"
}];
var layout = {
yaxis: {
type: 'log'
}
};
Example on codepen - https://codepen.io/x-base/pen/LYxOwBR
Expected text - 2
, 5
, 3
, 2.5
,
but I see Math.pow(y)
- 100
, 100k
, 1000
, 316.2278
.
Metadata
Metadata
Assignees
Labels
bugsomething brokensomething broken