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
In the example, return null for a palette should be interpreted as "use the default palette" instead of display an error, because this allow us to decide dynamically to use the default palette. We have not way to said "use the default palette" from a function right now.
palette: function(activity,ctx){returnnull},
Also for compatibility reasons the next definition should be interpreted also as "use the default palette":
palette: null
The next definition should be good to be accepted as a valid one, but right now is not working:
As an example of what i think should be good to have, i will provide the next timeTable definition:
In the example, return null for a palette should be interpreted as "use the default palette" instead of display an error, because this allow us to decide dynamically to use the default palette. We have not way to said "use the default palette" from a function right now.
Also for compatibility reasons the next definition should be interpreted also as "use the default palette":
palette: null
The next definition should be good to be accepted as a valid one, but right now is not working:
Allow that background can be a function can simplify in some cases the code.
The text was updated successfully, but these errors were encountered: