Flint first release! #37
Chenglong-MS
announced in
Announcements
Replies: 1 comment 1 reply
-
|
Nice!!! Any plans to support plotly as a back end? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Flint Chart v0.1.1
Flint Chart is now live!
Flint is a new visualization intermediate language designed to help AI agents create expressive, good-looking visualizations from simple, human-editable specs. Write a compact Flint spec, and Flint compiles it into chart specifications for Vega-Lite, ECharts, and Chart.js.
We designed Flint while building Data Formulator (https://github.com/microsoft/data-formulator), where we found that agents could sometimes produce broken, brittle, or awkward-looking charts when asked to generate Vega-Lite directly. Flint started as a way to make that process more reliable. It turns out the language is useful beyond Data Formulator, so we are releasing it for everyone.
Agents work reliably with Flint, and the resulting charts usually look great out of the box.
We also published an MCP server, so agents can compile, validate, render, and iterate on charts directly from semantic chart requests.
What’s included:
flint-chart: the core TypeScript library for semantic chart compilation.flint-chart-mcp: an MCP server with chart compilation, validation, rendering, chart-type discovery, and an interactive chart view.Try it:
This discussion was created from the release Flint first release!.
Beta Was this translation helpful? Give feedback.
All reactions