--- a/client/annotviz/app/js/annotsvizview.js Thu Jan 22 08:07:09 2015 +0100
+++ b/client/annotviz/app/js/annotsvizview.js Thu Jan 22 08:28:11 2015 +0100
@@ -18,22 +18,22 @@
yInit: 0,
width: 1024,
height: 768,
- annotCategories: [{
- ts: 0,
- colors: {
- 'ntm': '#CDC83F',
- 'iam': '#CDC83F',
- 'hip': '#CDC83F',
- 'hop': '#CDC83F',
- 'rock': '#DE8B53',
- 'rap': '#DE8B53',
- 'classic': '#DE8B53',
- 'drums': '#C5A3CA',
- 'guitar': '#C5A3CA',
- 'bass': '#79BB92',
- 'default': '#808080'
+ annotCategories: [
+ {
+ "ts": 1421928213000,
+ "colors": {
+ "transgressions": "#b90000",
+ "rythmique": "#af931e",
+ "narration": "#4bdd71",
+ "relation": "#1c28ba"
},
- order: ['ntm', 'iam', 'hip', 'hop', 'rock', 'rap', 'classic', 'drums', 'guitar', 'bass', 'default']
+ "order": [
+ "transgressions",
+ "rythmique",
+ "narration",
+ "relation"
+ ],
+ "defaultColor": "#536991"
}]
};