Hi! I'm using the ChartMakerPlus to create a graph-analyzing app. ![:grin: :grin:](https://community.appinventor.mit.edu/images/emoji/google/grin.png?v=10)
Topic of my app:
Hypertension data recording
Briefing about my plan:
- Users can type the systolic and diastolic data in textboxes
- The data will saved once the "SAVE" button is clicked
- The recorded data will be analyzed in multiple line graph
The problem that I am facing:
- The lines are not present although data is saved
- Runtime error (refer to the picture below)
These are the PNGs of my blocks: ![:point_down:t3: :point_down:t3:](https://community.appinventor.mit.edu/images/emoji/google/point_down/3.png?v=10)
Hoping someone sends me a helping hand... Greatly thanks!
![:heart: :heart:](https://community.appinventor.mit.edu/images/emoji/google/heart.png?v=10)
TIMAI2
2
How many records are you intended to display on the chart ? Just the one ? If so you will only see two dots on the chart.
More than one ![:rofl: :rofl:](https://community.appinventor.mit.edu/images/emoji/google/rofl.png?v=10)
My planning is the records can be saved once a day. And the label at x-axis will present based on the present day when data saved.
TIMAI2
4
OK, here are the basics for just one day
You need to ensure that your textbox values are numbers
Thanks! It's worked! What should I do the next so more than one data can be saved?
Before that may I know what is the purpose of these blocks? Curios haha
![image](https://community.appinventor.mit.edu/uploads/default/original/3X/9/5/955de81c95c16e554891b858e0fae7acef6fec83.png)
TIMAI2
7
You need to ensure that your textbox values are numbers
Noted. Already set "NumbersOnly" in properties~ ![:ok_hand:t3: :ok_hand:t3:](https://community.appinventor.mit.edu/images/emoji/google/ok_hand/3.png?v=10)
Thanks! Here's my first result, the points showed successfully!
But when I added the second result, an error was presented
What's the problem? Sorry for disturbing you!
It's okay, I've already solved it. Thanks a lot for your patience and guidance! ![:grin: :grin:](https://community.appinventor.mit.edu/images/emoji/google/grin.png?v=10)
system
Closed
12
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.