Thanks Alvaro. I had this issue with StackedColumn2D graph. Adding the below lines to my css resolved the issue.
/************ START: chrome fixes ******************************/
rect[stroke-width=0.000001]{
stroke-width: 0;
}
/************ END: chrome fixes ******************************/