Closed
Description
Because of the area trace was dropped for barpolar https://community.plotly.com/t/announcing-plotly-js-2-0/53675
data(wind)
plot_ly(wind, r = ~r, t = ~t) %>%
add_area(color = ~nms) %>%
layout(radialaxis = list(ticksuffix = "%"), orientation = 270)
Error: Trace type must be one of the following:
'bar', 'barpolar', 'box', 'candlestick', 'carpet', 'choropleth', 'choroplethmapbox', 'cone', 'contour', 'contourcarpet', 'densitymapbox', 'funnel', 'funnelarea', 'heatmap', 'heatmapgl', 'histogram', 'histogram2d', 'histogram2dcontour', 'icicle', 'image', 'indicator', 'isosurface', 'mesh3d', 'ohlc', 'parcats', 'parcoords', 'pie', 'pointcloud', 'sankey', 'scatter', 'scatter3d', 'scattercarpet', 'scattergeo', 'scattergl', 'scattermapbox', 'scatterpolar', 'scatterpolargl', 'scatterternary', 'splom', 'streamtube', 'sunburst', 'surface', 'table', 'treemap', 'violin', 'volume', 'waterfall'
Metadata
Metadata
Assignees
Labels
No labels