mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-12-16 03:08:54 +08:00
Use keyword arg for count
This commit is contained in:
@@ -7,7 +7,7 @@ module Uplot
|
||||
module Plot
|
||||
module_function
|
||||
|
||||
def barplot(data, params, count = false)
|
||||
def barplot(data, params, count: false)
|
||||
headers = data.headers
|
||||
series = data.series
|
||||
if count
|
||||
|
||||
Reference in New Issue
Block a user