iCHEF / transcharts

Chart library built with React
https://ichef.github.io/transcharts/
Apache License 2.0
2 stars 0 forks source link

[Fix] Refine visual styles of the title, legend, and tooltip #42

Closed hsunpei closed 5 years ago

hsunpei commented 5 years ago

Purpose

Refine the following visual details of a chart:

Title: Fix the graph margin for the bar charts with the title bar. compare_title

Tooltip: Fit the size of its content

compare_tooltip

Legend: Remove the white background of the legend for charts with different background colors

compare_legend

Note that the online docz has also been updated.

Changes