mattosaurus / ChartJSCore

Implementation of Chart.js for use with .NET Core.
GNU General Public License v3.0
116 stars 34 forks source link

Where is the BarOptions for bar chart? #42

Closed abdllhcay closed 5 years ago

abdllhcay commented 5 years ago

Any type of chart has Options class except bar chart. BarOptions used in demo page but can't find in current version. How can I set options for bar chart?

mattosaurus commented 5 years ago

Hi, BarOptions was moved to the scale as per #40 as the settings weren't being picked up as part of the options object. There's an example of this in the test here and I'll also update the demo site code.