Tammy,
I don't think I have seen any posting about CSS in InfoCharts being different than in standard charts? The chart type is the same as in the standard Chart, so the CSS should be the same, I guess? I am using standard code, for example:
.chart g.v-m-xAxis g.v-label {
fill: #666666;
font: 12 px Arial;
}
Shouldn't it work on either InfoChart or standard Chart? Yet, it doesn't work on the InfoChart and I am unable to inspect elements of the InfoChart because when I right-click, nothing happens.
So there's clearly some issue here...?
Regarding the second part. My data source contains 3 key figures, say Billing Month, Billing Quarter, Billing Year. When I display them on a standard chart, the legend says: green bars: Billing Month, red bars: Billing Quarter, blue bars: Billing Year. But when I use the InfoChart, the legend says: green bars: not assigned, red bars: not assigned, blue bars: not assigned. There's clearly something wrong.