Skip to content

Commit d318986

Browse files
author
Jim Hague
committed
Add Category and Multicategory to axis types.
1 parent 417aaa0 commit d318986

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/partials/tab_display.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ <h5 class="section-heading">{{axis.label}}</h5>
145145
<option value="linear">Linear</option>
146146
<option value="log">Log</option>
147147
<option value="date">Date</option>
148+
<option value="category">Category</option>
149+
<option value="multicategory">Multicategory</option>
148150
</select>
149151
</div>
150152
</div>

0 commit comments

Comments
 (0)