Esri / cedar

JavaScript Charts for ArcGIS
https://esri.github.io/cedar
257 stars 238 forks source link

Tweaks to bar and pie balloontext #434

Closed benstoltz closed 6 years ago

benstoltz commented 6 years ago

@tomwayson The line story now has the following formats for balloon text as AC (which is why I changed pie)

a default tooltip for pie - "CategoryLabel: $CategoryValue ValueLabel: %n ($Value)"
a default tooltip for scatter/bubble "CategoryLabel: $CategoryValue ValueLabel: $Value"
a default for everything else (bar/line) “CategoryLabel: $CategoryValue ValueLabel: $Value”
benstoltz commented 6 years ago

Of course.

screen shot 2018-06-27 at 11 47 54 am screen shot 2018-06-27 at 11 48 20 am screen shot 2018-06-27 at 11 48 34 am
ghudgins commented 6 years ago

LOOKING GOOD 🔥