Open ultima-originem opened 9 years ago
Thanks this is great! I have a few thoughts... I will organize my ideas and comment here later...
Responses:
My comments:
I'm not sure how a patch should be presented but this is how I solved it:
rangeSelector: {
enabled: true,
buttons: [{
type: 'hour',
count: 1,
text: '1h'
}, {
type: 'hour',
count: 2,
text: '2h'
}, {
type: 'hour',
count: 3,
text: '3h'
}, {
type: 'hour',
count: 6,
text: '6h'
}, {
type: 'day',
count: 1,
text: '1d'
}, {
type: 'week',
count: 1,
text: '1w'
}, {
type: 'month',
count: 1,
text: '1m'
}, {
type: 'month',
count: 6,
text: '6m'
}, {
type: 'year',
count: 1,
text: '1y'
}, {
type: 'all',
text: 'all'
<<< NEED SOME HELP HERE AS COPYING HTML GETS RENDERED INSTEAD OF LISTED>>>
I've worked with the very useful Atmospi for almost a month now and over the last few weeks have tweaked the code in several places the make the presentation a better fit for my needs. Some of these tweaks may be of general interest whereas others may be just a personal preference.
The following screenshot from my current version lists a number of these items in arbitrary order [i.e. no priority implied]. The text is mostly in Dutch but that shouldn't pose a problem for reading the annotations.
The use case is the monitoring and tweaking of a radiant floor heating system.
Hopefully this annotated example will inspire some enhancements.