html - Customize Color Visualization: Geochart -


i'm making customize visualization: geochart. have figured out how change background color, i'm trying change highlighted color. know how this?

        var options = {         backgroundcolor: '#333',         }; 

currently i'm trying:

coloraxis: {colors: ['404040', '8f2424']}, 

thanks

try using mark feature similar this.hope helps.

 mark { background-color: yellow; color: black; } 

Comments

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

Does Firefox offer AppleScript support to get URL of windows? -

android - How to install packaged app on Firefox for mobile? -