-
Notifications
You must be signed in to change notification settings - Fork 14.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
superset 0.28.1 integrated echarts method #6883
Comments
You should install superset first,there are many related tutorials on the internet,you can learn from them. I'm doing the same thing now, and I have an unsolvable problem, Maybe we can talk to each other. |
@Llyfighting Thanks! I have set up the development environment, also according to some of the information on the Internet to configure, but also encountered problems, has not been solved. |
Have you ever had this problem? |
@Llyfighting no |
@Llyfighting 看了你的贴子,受益非浅,怎么联系你,有事请教 |
你这个问题解决了吗?我在Windows下使用pip安装superset之后有好多博客当中的文件都找不到。很困扰 |
不要在windows里装superset....
…------------------ 原始邮件 ------------------
发件人: "EmiyaSaber"<[email protected]>;
发送时间: 2019年4月18日(星期四) 下午5:06
收件人: "apache/incubator-superset"<[email protected]>;
抄送: "沐曦--刘志国"<[email protected]>; "Author"<[email protected]>;
主题: Re: [apache/incubator-superset] superset 0.28.1 integrated echartsmethod (#6883)
你这个问题解决了吗?我在Windows下使用pip安装superset之后有好多博客当中的文件都找不到。很困扰
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
那在什么环境下装比较好
在 2019-04-18 17:08:37,"mildrabbit" <[email protected]> 写道:
不要在windows里装superset....
…------------------ 原始邮件 ------------------
发件人: "EmiyaSaber"<[email protected]>;
发送时间: 2019年4月18日(星期四) 下午5:06
收件人: "apache/incubator-superset"<[email protected]>;
抄送: "沐曦--刘志国"<[email protected]>; "Author"<[email protected]>;
主题: Re: [apache/incubator-superset] superset 0.28.1 integrated echartsmethod (#6883)
你这个问题解决了吗?我在Windows下使用pip安装superset之后有好多博客当中的文件都找不到。很困扰
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
我们是在centos上安装的。
…------------------ 原始邮件 ------------------
发件人: "EmiyaSaber"<[email protected]>;
发送时间: 2019年4月18日(星期四) 下午5:13
收件人: "apache/incubator-superset"<[email protected]>;
抄送: "沐曦--刘志国"<[email protected]>; "Author"<[email protected]>;
主题: Re: [apache/incubator-superset] superset 0.28.1 integrated echartsmethod (#6883)
那在什么环境下装比较好
在 2019-04-18 17:08:37,"mildrabbit" <[email protected]> 写道:
不要在windows里装superset....
------------------ 原始邮件 ------------------
发件人: "EmiyaSaber"<[email protected]>;
发送时间: 2019年4月18日(星期四) 下午5:06
收件人: "apache/incubator-superset"<[email protected]>;
抄送: "沐曦--刘志国"<[email protected]>; "Author"<[email protected]>;
主题: Re: [apache/incubator-superset] superset 0.28.1 integrated echartsmethod (#6883)
你这个问题解决了吗?我在Windows下使用pip安装superset之后有好多博客当中的文件都找不到。很困扰
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Hi, Do you still working on this @mildrabbit @Llyfighting ? |
echarts looks pretty neat, I'd love to see integrations with Superset. |
@mistercrunch hold my beer! 🤣 |
Any news? |
WIP but slooow dut to fixing bugs. @mistercrunch is this the new way to go: Found open question for echarts: apache-superset/superset-ui-plugins#76 |
@mistercrunch when will we be able to see echarts in superset, or a documentation for adding a new viz? |
I have already add some simple Echarts viz to superset, and it get worked. I worked on windows with python and JS. And we need npm to manage the JS file from superset.Everytime we change the JS file from superset , we need to run' npm run dev '. |
@EmiyaSaber mind providing a link to a fork with the working echarts integration you mention? Would love to try testing it out on a private fork I maintain. |
Hi, Have an intermediate step while developing the final Chart plugin. Is about using a modified version of the Changes are:
CODE:
markup.js
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue |
FYI I have a proof of concept up too. It's looking pretty neat. |
@mistercrunch , Currently it implements basic charts with the option "Emit filter" so had to do some changes around. Still WIP so hope I can share soon. |
import EchartsScatterChartPlugin from '@superset-ui/superset-ui-plugin-echarts-scatter/src'; Where is '@superset-ui/superset-ui-plugin-echarts-scatter/src'? I can't find it. @gbrian @mistercrunch |
I want to integrate echarts into superset 0.28.1. How to use it
The text was updated successfully, but these errors were encountered: