ahsanshah commented on issue #4218: Pie Chart from Plotly
URL: 
https://github.com/apache/incubator-superset/issues/4218#issuecomment-383399708
 
 
   You may want to look at the input parameters required by plotly and ensure 
it maps to the correct classes
   
   For a Plotly "Time Series"  you can use the NVD3TimeSeries which has the 
relevant payload formats.
   For a Plotly Pie Chart, you may want to use the BaseViz and format the 
inputs correctly 
   
   I was able to get a base Plotly Pie/Bar as well as a TimeSeries plot 
working.  However, this was more for understanding how to customize Superset.  
Given a lot of the functionality exists in the existing charts, it would seem 
redundant to add this to Superset. I do like the zooming and export options 
from Plotly though.  

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to