@@ -30,19 +30,19 @@ public ChartLineExample()
3030 new KeyValuePair < string , double > ( "Tue" , 530 ) ,
3131 new KeyValuePair < string , double > ( "Wed" , 1060 ) ,
3232 new KeyValuePair < string , double > ( "Thu" , 140 ) ,
33- new KeyValuePair < string , double > ( "Fri" , 8000 ) ,
33+ new KeyValuePair < string , double > ( "Fri" , 8000.12 ) ,
3434 new KeyValuePair < string , double > ( "Sat" , 200 ) ,
3535 new KeyValuePair < string , double > ( "Sun" , 300 ) ,
3636 } ;
3737 var models2 = new [ ]
3838 {
39- new KeyValuePair < string , double > ( "(1)月 " , 120 ) ,
40- new KeyValuePair < string , double > ( "(2)月 " , 170 ) ,
41- new KeyValuePair < string , double > ( "(3)月 " , 30 ) ,
42- new KeyValuePair < string , double > ( "(4)月 " , 200 ) ,
43- new KeyValuePair < string , double > ( "(5)月 " , 100 ) ,
44- new KeyValuePair < string , double > ( "(6)月 " , 180 ) ,
45- new KeyValuePair < string , double > ( "(7)月 " , 90 ) ,
39+ new KeyValuePair < string , double > ( "Bing " , 120 ) ,
40+ new KeyValuePair < string , double > ( "Google " , 170 ) ,
41+ new KeyValuePair < string , double > ( "Baidu " , 30 ) ,
42+ new KeyValuePair < string , double > ( "Github " , 200 ) ,
43+ new KeyValuePair < string , double > ( "Stack Overflow " , 100 ) ,
44+ new KeyValuePair < string , double > ( "Runoob " , 180 ) ,
45+ new KeyValuePair < string , double > ( "Open AI " , 90 ) ,
4646 } ;
4747 keyValues . Add ( "1" , models1 ) ;
4848 keyValues . Add ( "2" , models2 ) ;
0 commit comments