more unit tests
This commit is contained in:
@@ -3476,6 +3476,7 @@ def interactive_agegroupcpchart(age,normalized=False):
|
||||
|
||||
def interactive_otwcpchart(powerdf,promember=0,rowername="",r=None,cpfit='data',
|
||||
title='',type='water'):
|
||||
|
||||
powerdf = powerdf[~(powerdf == 0).any(axis=1)]
|
||||
# plot tools
|
||||
if (promember==1):
|
||||
@@ -4136,6 +4137,7 @@ def interactive_streamchart(id=0,promember=0):
|
||||
return [script,div]
|
||||
|
||||
def interactive_chart(id=0,promember=0,intervaldata = {}):
|
||||
|
||||
# Add hover to this comma-separated string and see what changes
|
||||
if (promember==1):
|
||||
TOOLS = 'save,pan,box_zoom,wheel_zoom,reset,tap,hover,crosshair'
|
||||
|
||||
Reference in New Issue
Block a user