Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何去除highchart中的绘图点阴影。在ie8和ie中没有问题,但在ie9中显示阴影。
尝试添加stacking:"normal"如下:
stacking:"normal"
plotOptions: { series:{ stacking:"normal", shadow: false, fillColor:{ linearGradient: [0, 0 0 30], stops: [ [0, 'rgb(212, 233, 252)'], [1,rgba(2,0,0,0)] ]; }
I found something similar on another question but i couldnt solve my problem as i'm still quite new in c#.
i have
System.Type type; // for example int[] System.Type elem