asciidoctor / asciidoctor-extensions-lab

A lab for testing and demonstrating Asciidoctor extensions. Please do not use this code in production. If you want to use one of these extensions in your application, create a new project, import the code, and distribute it as a RubyGem. You can then request to make it a top-level project under the Asciidoctor organization.
Other
104 stars 101 forks source link

adding row name to chart #117

Closed xu4wang closed 4 years ago

xu4wang commented 4 years ago

For the chart came with the demo

chart::sample.csv[spline,500,400]

The generated chart is as below: image

The name for first row and second row are 0 and 1 by default, how should I change that to a more meaningful name?

BR,Austin

ggrossetie commented 4 years ago

It's not possible but here's a proposal from @cdanger https://github.com/asciidoctor/asciidoctor-extensions-lab/pull/114

xu4wang commented 4 years ago

It's not possible but here's a proposal from @cdanger #114

thanks @Mogztter I'm following #114 now.

mojavelinux commented 4 years ago

I believe this is now fixed in asciidoctor-chart. See https://github.com/asciidoctor/asciidoctor-chart