Hello) My project has the following structure: app/ - api/ - ..some_folders/ - web/ start.py ... some files ... - run.py Procfile requirem
I have one pandas dataframe with begin and end timestamps. I managed to plot this data as time ranges using: import plotly.express as ex passes, messages = ini
i have selectionAll which is responsible for all checkbox. and i have selections array . when selectionAll : true then I want all elements inside the array to b
I have multiple stacked modals and for some reason when I open the modal that I have for the datetime component the second time, it will close the modal in the
I have two pivot tables with the same columns, but different filters PT1 (P3:V) - shows all CR data PT2 (Y3:AF) - shows only RESC CR data I have a page that sum
I need to make a functional calendar in javascript, html and cssthis is the way it should look like
I have a constructor function which registers an event handler: function MyConstructor(data, transport) { this.data = data; transport.on('data', fun
I'm trying to make a chart that displays data. I can't seem to get the x axis to work. If I add type:'linear', then it doesn't display the data, but the x-axes
Create a function named to_ransom_case that accepts a single string argument (a message) and returns the message after each character has been randomly transfor