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 2019/12/30 14:34:47 UTC

[GitHub] [incubator-echarts] pissang commented on issue #11906: [PROPOSAL] serializable `option` (JSONable `option`)

pissang commented on issue #11906: [PROPOSAL] serializable `option` (JSONable `option`)
URL: https://github.com/apache/incubator-echarts/issues/11906#issuecomment-569695190
 
 
   The target of `serializable` is:
   
   + The whole option can be transferred between different platforms.
   + It can be saved and read as a string format in any storage system.
   
   You can see it as a format like `SVG`. `glTF`, `geoJSON`
   
   About the three solutions. 
   
   + The first one is a string template. It's more familiar by the developers. We introduced rich text instead of HTML for cross-platform. I don't think a DSL will be a problem. Especially it's not a replacement of callback.
   
   + The second one pipe is a syntax of the first one.
   
   + The third one is nota serializable solution on ECharts . It's just a workaround to solve the issue we met in the Baidu Smart App. 

----------------------------------------------------------------
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


With regards,
Apache Git Services

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