Brunel-Visualization / Brunel

Brunel Visualization
Apache License 2.0
290 stars 77 forks source link

Axes labels on Parallel Coordinates Chart Overlap #289

Closed dpierucci closed 6 years ago

dpierucci commented 6 years ago

Using the sample Cars dataset and the following syntax results in the chart seen below...

y('Miles Per Gallon',horsepower,weight,acceleration,year,origin) split(name) tooltip(#all) parallel

parallel coordinates labels overlap

It would be great if Brunel could automatically prevent the labels from overlapping whenever possible.