mirror of
https://github.com/zhigang1992/nativewind.git
synced 2026-06-11 08:03:37 +08:00
25 lines
630 B
JavaScript
25 lines
630 B
JavaScript
module.exports = {
|
|
labels: [
|
|
"Native",
|
|
"React Native Paper",
|
|
"UI Kitten",
|
|
"Dripsy",
|
|
"NativeBase",
|
|
"NativeWind",
|
|
],
|
|
datasets: [
|
|
{
|
|
data: [
|
|
{ x: 4.5, xMin: [], xMax: 5.262648446573665 },
|
|
{ x: 11.92, xMin: [], xMax: 13.67940620781036 },
|
|
{ x: 556.24, xMin: [], xMax: 566.8144397255933 },
|
|
{ x: 15.44, xMin: [], xMax: 16.549513590797005 },
|
|
{ x: 65.2, xMin: [], xMax: 67.7872528966107 },
|
|
{ x: 7.76, xMin: [], xMax: 8.998168496001169 },
|
|
],
|
|
borderColor: "rgb(53, 162, 235)",
|
|
backgroundColor: "rgba(53, 162, 235, 0.5)",
|
|
},
|
|
],
|
|
};
|