You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2020/06/30 02:57:28 UTC

[GitHub] [incubator-echarts-doc] pissang opened a new pull request #118: [Feature] Interactive Option Preview

pissang opened a new pull request #118:
URL: https://github.com/apache/incubator-echarts-doc/pull/118


   This is a feature inspired by https://nivo.rocks/bar/
   
   It provides the ability to tweak the option value through interactive UI and preview what will affect on the preview panel.
   
   #### Click the Try It(试一试) to open the preview panel.
   ![open](https://user-images.githubusercontent.com/841551/86078040-c41d5d00-babf-11ea-8229-dcd96b6485fc.gif)
   
   #### Adjust border width with number input
   ![adjust-border-width](https://user-images.githubusercontent.com/841551/86078039-c384c680-babf-11ea-9762-f0173e6370d6.gif)
   
   #### Adjust color with color palette
   ![adjust-color](https://user-images.githubusercontent.com/841551/86078038-c2ec3000-babf-11ea-9e94-8973136e7fc9.gif)
   
   #### Adjust border-radius with number input.
   ![adjust-border-radius](https://user-images.githubusercontent.com/841551/86078036-c2539980-babf-11ea-978a-56c0356963a4.gif)
   
   #### Adjust bar width with percent slider
   ![adjust-bar-width](https://user-images.githubusercontent.com/841551/86078032-c089d600-babf-11ea-87bc-79208db7acaf.gif)
   
   Online preview: https://pissang.github.io/echarts-doc-public/en/option.html#title
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts-doc] plainheart edited a comment on pull request #118: [Feature] Interactive Option Preview

Posted by GitBox <gi...@apache.org>.
plainheart edited a comment on pull request #118:
URL: https://github.com/apache/incubator-echarts-doc/pull/118#issuecomment-651508957


   👍 What a brilliant and practical feature! This interactive documentation makes the development of ECharts more interesting and helps the developer to acquire a better and intuitive understanding of ECharts' options, thus saving their time. I do appreciate it and I'm expecting it to be online as soon as possible.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts-doc] pissang commented on pull request #118: [Feature] Interactive Option Preview

Posted by GitBox <gi...@apache.org>.
pissang commented on pull request #118:
URL: https://github.com/apache/incubator-echarts-doc/pull/118#issuecomment-651668442


   > It seems that there are some overlaps.
   
   Hi @plainheart. I've reduced the input width in this PR, the link is not updated yet. Thanks for the reminding.
   
   > And I noticed that the preview panel will only change to bottom when the screen size is smaller. Is it possible to let the developer decide the layout position?
   
   Good idea! Will implement it later today.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts-doc] pissang edited a comment on pull request #118: [Feature] Interactive Option Preview

Posted by GitBox <gi...@apache.org>.
pissang edited a comment on pull request #118:
URL: https://github.com/apache/incubator-echarts-doc/pull/118#issuecomment-651668442


   > It seems that there are some overlaps.
   
   <del>Hi @plainheart. I've reduced the input width in this PR, the link is not updated yet. Thanks for the reminding.</el>
   
   Seems the overlap still exists. Perhaps I should use a shorter title like `Preview`
   
   > And I noticed that the preview panel will only change to bottom when the screen size is smaller. Is it possible to let the developer decide the layout position?
   
   Good idea! Will implement it later today.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts-doc] 100pah merged pull request #118: [Feature] Interactive Option Preview

Posted by GitBox <gi...@apache.org>.
100pah merged pull request #118:
URL: https://github.com/apache/incubator-echarts-doc/pull/118


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts-doc] plainheart commented on pull request #118: [Feature] Interactive Option Preview

Posted by GitBox <gi...@apache.org>.
plainheart commented on pull request #118:
URL: https://github.com/apache/incubator-echarts-doc/pull/118#issuecomment-651508957


   👍 What a brilliant and practical feature! This interactive documentation makes the development of ECharts more interesting and helps the developer to acquire a better and intuitive understanding for ECharts‘s options, thus saving their time. I do appreciate it and I'm expecting it to be online as soon as possible.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts-doc] plainheart commented on pull request #118: [Feature] Interactive Option Preview

Posted by GitBox <gi...@apache.org>.
plainheart commented on pull request #118:
URL: https://github.com/apache/incubator-echarts-doc/pull/118#issuecomment-651511007


   Here https://pissang.github.io/echarts-doc-public/en/option.html#title
   It seems that there are some overlaps.
   ![image](https://user-images.githubusercontent.com/26999792/86080980-c2a36300-bac6-11ea-8b18-0dc393f1e11e.png)
   
   And I noticed that the preview panel will only change to bottom when the screen size is smaller. Is it possible to let the developer decide the layout position?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org