You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In IntelliJ IDEA, PyCharm the following warning appeares: "Caannot find reference 'Bar' in @init.py"
. Adding line all = ... in init.py solves this warning
To fix it please add the line
__all__ = ['AngularAxis', 'Annotation', 'Annotations', 'Area', 'Bar', 'Box', 'Choropleth', 'ColorBar', 'Contour', 'Contours', 'Data', 'ErrorX', 'ErrorY', 'ErrorZ', 'Figure', 'Font', 'Heatmap', 'Histogram', 'Histogram2d', 'Histogram2dContour', 'Histogram2dcontour', 'Layout', 'Legend', 'Line', 'Margin', 'Marker', 'Mesh3d', 'Pie', 'RadialAxis', 'Scatter', 'Scatter3d', 'Scattergeo', 'Scattergl', 'Scene', 'Stream', 'Surface', 'Trace', 'XAxis', 'XBins', 'YAxis', 'YBins', 'ZAxis']
in the fileplotly\graph_objs\__init__.py
The text was updated successfully, but these errors were encountered: