Skip to content

Commit

Permalink
allow setting arbitrary alias colors key value pairs (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmur2 authored and kalinon committed Nov 2, 2019
1 parent f154ad6 commit 021be99
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions src/crafana/models/alias_colors.cr

This file was deleted.

2 changes: 1 addition & 1 deletion src/crafana/models/panels/graph.cr
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module Crafana
include TargetList

@[JSON::Field(key: "aliasColors")]
property alias_colors : AliasColors? = nil
property alias_colors : Hash(String, String)?

property bars : Bool = false

Expand Down

0 comments on commit 021be99

Please sign in to comment.