Charting data: Difference between revisions

Jump to navigation Jump to search
m
UnConnoisseur moved page Charts List screen to Charting data
mNo edit summary
m (UnConnoisseur moved page Charts List screen to Charting data)
(23 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Stamp|2016-09-10|3.9.7|1.0.3}}
{{Stamp|2016-09-10|3.9.7|1.0.3}}
'''[[This page is incomplete and under development.]]'''


The Charts List screen primarily presents a list of defined charts and allows the user to view the chart of choice based on the library data.
The Charts List screen primarily presents a list of defined charts and allows the user to view the chart of choice based on the library data.
Line 7: Line 5:
You can visualize your data using different graphics. Memento supports the following types of graphics: Pie, Line, Bar, Columns, Area, Scatter, and Stepped Area.
You can visualize your data using different graphics. Memento supports the following types of graphics: Pie, Line, Bar, Columns, Area, Scatter, and Stepped Area.


== How to build a chart ==
== Building a chart ==
In the '''[[Library Entries List screen]]''', a Right Side Menu may or may not be visible, depending on the platform and device. If it is not visible, pull it out by swiping from the right edge to the left. Select Charts.
In the '''[[Library Entries List screen]]''', a Right Side Menu may or may not be visible, depending on the platform and device. If it is not visible, pull it out by swiping from the right edge to the left. Select Charts.


Line 17: Line 15:
All code and data are processed and rendered in the browser. No data is sent to any server.
All code and data are processed and rendered in the browser. No data is sent to any server.


== Pie Chart ==
== Pie Chart Edit card ==
Build a pie chart with the following parameters:
Build a pie chart with the following parameters:


Line 33: Line 31:
:  Category: Priority
:  Category: Priority
: Values: Number of entries
: Values: Number of entries
: [[Image:Pie.png]]
: [[Image:Task_Priorities_Pie_Chart-20160911.png|600px]]


== Line Chart / Area Chart ==
== Line/Area Chart Edit card ==
Build a line or area chart with the following parameters:
Build a line or area chart with the following parameters:


Line 62: Line 60:
: Axis Х: Purchase Date
: Axis Х: Purchase Date
: Axis Y: Price
: Axis Y: Price
[[Image:Purchases.png]]
[[Image:Expenditures_by_Day-20160911.png|600px]]


== Bar Chart / Column Chart ==
== Bar/Column Chart Edit card ==
Build a bar or column chart using the following variables:
Build a bar or column chart using the following variables:


Line 76: Line 74:
: Field for splitting records into individual data sets. Each data set will have its own bar for the respective value of the bar field.
: Field for splitting records into individual data sets. Each data set will have its own bar for the respective value of the bar field.


; Example CD Collections
; Example Music Collection
: Objective: Show the number of disks bought each month grouped by genre.
: Objective: Show the number of tracks bought each month grouped by genre.
: Columns: Purchase Date, Group by month
: Columns: Purchase Date, Group by month
: Values: Number of entries
: Values: Number of entries
: Series: Genre
: Series: Genre
[[Image:Columns.png]]
[[Image: Music_Purchases_by_Date-20160911.png|600px]]


== Scatter Chart ==
== Scatter Chart Edit card ==
A scatter chart is used to map correlation between sets of numbers. Each record of the library will be presented on the chart as a point.<br />
A scatter chart is used to map correlation between sets of numbers. Each entry of the library will be presented on the chart as a point.


Data sources:
Data sources:
* Axis Х: Field for defining the coordinate of the point on axis X.
; Axis Х
* Axis Y: Field for defining the coordinate of the point on axis Y.
: Field for defining the coordinate of the point on axis X, Ease of Use, in this case
[[Image:Scatter.png]]
 
; Axis Y
: Field for defining the coordinate of the point on axis Y, Database Function, in this case
[[Image: Database_Function_vs_Ease_of_Use-20160911.png|600px]]


[[Category: Spec]]
[[Category: Spec]]

Navigation menu