Commit Graph

1 Commits

Author SHA1 Message Date
Alex Belykh faa7a595a2 Add example files for using graph:group_start/finish() callbacks
custom_draw_outline.lua demonstrates how one can simply add
outline to bars.

custom_draw_line.lua demonstrates how one can draw lines
instead of bars.

custom_draw_group_shift.lua expands on the negative_sine.lua
example and shows how one can use group_start() to draw
multiple data groups side-by-side without obscuring each other.
2021-05-22 03:37:05 +07:00