Hey @nhbala can you change the x axis (which has the months) to be in Spanish? Or better yet, add a local variable that is "language" that you use to 'select' Spanish - don't actually have the user select it as that would take too much time right now, but use that value to ask Plotly for the x axis in Spanish if that is possible. See here on how unfortunately Plotly doesn't support localization natively, so we'll have to manually add these tick marks.
Hey @nhbala can you change the x axis (which has the months) to be in Spanish? Or better yet, add a local variable that is "language" that you use to 'select' Spanish - don't actually have the user select it as that would take too much time right now, but use that value to ask Plotly for the x axis in Spanish if that is possible. See here on how unfortunately Plotly doesn't support localization natively, so we'll have to manually add these tick marks.