Any one have a clue why my chart shows all "non data block" and "colorAxis" in black? Since change the version of google charts i have this problem.
<https://lh3.googleusercontent.com/-LVjCMPZ_-4s/Vt3HfXGufII/AAAAAAABhbc/qCHyaiCS31I/s1600/googleChartCalendarError.jpg> Here is what i set as options: var options = { legend: { position: 'bottom' }, colorAxis: {colors:['#afeeee','#63ace5']}, height: getGraphSize(this.inFocusUser), calendar: { cellSize: 13, cellColor: { opacity: 0 }, monthOutlineColor: { strokeOpacity: 0.0, strokeWidth: 2 }, unusedMonthOutlineColor: { strokeOpacity: 0.0, strokeWidth: 1 }, yearLabel: { fontSize: 20, color: '#c9c9c9', } } }; And my enteire code is here: https://github.com/fgandini/Bitbucket-Dashboard Tanks guys. -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-visualization-api. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/3bdb78ab-d6b0-4eac-8985-4644960f435a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
