/usr/share/doc/libjs-flotr/examples/json.txt is in libjs-flotr 0.2.1~r301-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | {
series:[{
data:[[0,1],[1,4],[2,3],[3,6],[4,4.5]],
points:{show:true},
lines:{show:true}
},
[[0,0.5],[1,0.6],[2,1.8],[3,0.9],[4,2]],
[[0,1.5],[1,2],[2,4.5],[3,3.5],[4,5.5]]
],
options:{
mouse:{track:true},
xaxis:{noTicks:10, tickDecimals:1}
}
}
|