Need help starting with DSL for charts/graphs

Posted by Rex M on Programmers See other posts from Programmers or by Rex M
Published on 2014-06-04T14:03:24Z Indexed on 2014/06/04 15:42 UTC
Read the original article Hit count: 249

I am unaware of any established work into Domain Specific Languages for describing charts / graphs. I am looking for specific answers of "yes, something like that exists (here)". To help be clear, in case I am possibly using the wrong verbiage to describe it, to me a DSL for charts would most certainly include:

  • A grammar for describing the shape of an expected data set
  • A grammar for describing a pipeline of behaviors that render an output
  • Abstract / high-level enough to be mappable to most tool-specific grammars, such as Excel, Highchart, matplotlib, etc.

© Programmers or respective owner

Related posts about dsl

Related posts about chart