morrisjs / morris.js

Pretty time-series line graphs
http://morrisjs.github.com/morris.js/
6.92k stars 1.23k forks source link

Creating simple area chart with color change inside the area #761

Closed darsadask closed 5 years ago

darsadask commented 6 years ago

capture

i want to display area chart like this, the color of the area is chaged when moving away from x axis. And also can i created pie chart using morris chart.

schirrel commented 6 years ago

Unfortunatelly morris dont have pie chart. And as far as i know there's no built in funcion for it, and morris is not maintened latelly, but you can also try to code it itself, the core for morris is fairly simple. You u want i may help you

schirrel commented 6 years ago

@darsadask you can use @pierresh fork who also is AWESOME https://pierresh.github.io/morris.js/