From 68c4eca977110537f2bc2bd44d6443d95912eef6 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Sun, 14 Dec 2014 17:15:46 +0100 Subject: plugin/mysql: remove defined colors from mysql_handler but rollback I'd like rollback to be black. I don't care about the rest. --- plugin/mysql.json | 30 ------------------------------ 1 file changed, 30 deletions(-) (limited to 'plugin') diff --git a/plugin/mysql.json b/plugin/mysql.json index ab618fd..e2df07b 100644 --- a/plugin/mysql.json +++ b/plugin/mysql.json @@ -45,36 +45,6 @@ "vertical": "Invocations", "type": "stacked", "legend": { - "commit": { - "color": "ff0000" - }, - "delete": { - "color": "ff00e7" - }, - "read_first": { - "color": "cc00ff" - }, - "read_key": { - "color": "3200ff" - }, - "read_next": { - "color": "0065ff" - }, - "read_prev": { - "color": "00fff3" - }, - "read_rnd": { - "color": "00ff65" - }, - "read_rnd_next": { - "color": "33ff00" - }, - "update": { - "color": "cbff00" - }, - "write": { - "color": "ff9800" - }, "rollback": { "color": "000000" } -- cgit v1.1