Use a variable block with a text block, enter your comment there ?
Add AI2 comments to your procedure and event definition blocks, where they won't be overwritten by Do It data.
What is was looking to do is take a block or piece of code and "comment" it out from running. Sorta like "//" in arduino or * in cobol.
That does not stop them from compiling and running.
And the text is tiny
Neither approach will (should) prevent compilation of the app.
That's a right-click Disable.
Thank you - I will try that
The disable helped. Thank you.
Been busy with weather and power outage so now back to this.
I downloaded your aquariumFBwithChart.aia and I am not seeing the chart?
Did you setup your data on Firebase as I have shown, and also set the FirebaseUrl (in the designer) to your firebase project?
I did. I am getting latest.
Deleting and refollowing your steps.
You may need to set your Screen to Scrollable and scroll down...
Scrollable needed set but sill not seeing chart.
Curious - Title is not showing either?
Look for "for each in list" blocks and check they really are given lists and not individual numbers like "10.0".
I got the graphs working but my table data is displayed not in order?
Can I display the dates at the bottom w/o the year?
If the data is more than displayed, is there a way to scroll backwards in data?
Your x axis needs work.
Human readable date time values don't sort alphabetically, so you need humbler coordinates.
The dates are stored in mills and converted. The data is not coming from a CSV file but from Firebase.