Generare teme pentru Google Visualization

Generare teme pentru Google Visualization

Generare tema de culori:

http://www.philipwhitt.com/projects/google-visualization-theme-picker

Tema poate fi utilizata sub forma:

var options = {
    title: 'Raport punctaje obtinute',
    colors: ['#159E90','#8D0920','#E1B460','#C53780','#AB1560','#A2BF40','#4049D0']
};

var chart = new google.visualization.AreaChart(document.getElementById('chart_div'));
chart.draw(data, options);

 

Leave a Reply

Your email address will not be published. Required fields are marked *