You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use the smoothing options for the heatmap trace, but the enum required is locked behind the heatmap module being marked as private. Is there anything preventing it being publicly exported like the histogram module is?
The text was updated successfully, but these errors were encountered:
Hi @DanW97,
Which smoothing options are you referring to? I see that the Smoothing enum is public. An example of setting it is in one of the unittests here
Am I missing something?
If you are referring to something else, can you point me to it or give me an example.
I would like to use the smoothing options for the
heatmap
trace, but the enum required is locked behind the heatmap module being marked as private. Is there anything preventing it being publicly exported like the histogram module is?The text was updated successfully, but these errors were encountered: