Jakub Sobon
310ea212d3
Skeleton for the donut widget.
2019-01-19 21:48:29 -05:00
Jakub Sobon
ebc275c4b3
Merge branch 'devel' into donut
2019-01-19 20:52:27 -05:00
Jakub Sobon
6b5c85feea
Merge branch 'devel' of ssh://github.com/mum4k/termdash into devel
2019-01-19 20:52:06 -05:00
Jakub Sobon
f9eef8d51b
Merge pull request #80 from mum4k/typos
...
Two typos s/called/caller
2019-01-19 10:47:57 -05:00
Jakub Sobon
ac421279fb
Two typos s/called/caller
2019-01-19 10:47:08 -05:00
Jakub Sobon
f72f1c2fa8
Merge pull request #78 from ilmanzo/clean-lint-issues
...
cleanup lint issues
2019-01-19 10:39:52 -05:00
Andrea Manzini
ceae209ba2
cleanup lint issues
2019-01-19 16:16:19 +01:00
Jakub Sobon
045bd3ffd1
Improving test coverage.
2019-01-19 02:06:48 -05:00
Jakub Sobon
50a734d77a
Ability to clear pixels.
...
- Bugfixes in the braille canvas.
- BrailleLine can clear pixels.
- BrailleCircle can clear pixels.
2019-01-19 01:59:46 -05:00
Jakub Sobon
3eea41990e
BrailleLine can clear pixels as well.
2019-01-19 00:58:59 -05:00
Jakub Sobon
5919767099
Ability to draw circles.
...
Supports
- empty and filled circles
- full and partial circles
2019-01-19 00:42:22 -05:00
Jakub Sobon
834e3b365e
Function that draws empty and filled circles.
2019-01-16 01:42:26 -05:00
Jakub Sobon
6b9ac6b0a5
Merge pull request #75 from mum4k/release-0.4
...
Release 0.4
2019-01-15 23:35:12 -05:00
Jakub Sobon
bb7e2f7c59
Merge branch 'master' into devel
2019-01-15 23:25:48 -05:00
Jakub Sobon
9c4528b0df
Merge pull request #74 from mum4k/termdashdemo
...
Updated documentation.
2019-01-15 23:23:04 -05:00
Jakub Sobon
12e28728ee
Updating documentation.
...
And increasint the redraw interval on linechart demo.
2019-01-15 23:17:13 -05:00
Jakub Sobon
4acca65bee
Updating documentation.
2019-01-15 23:12:08 -05:00
Jakub Sobon
c18a940df4
Adding a demo of a more complete dashboard.
2019-01-15 22:40:44 -05:00
Jakub Sobon
123cf8afc7
Merge pull request #70 from mum4k/variable-splits
...
Variable container splits.
2019-01-14 01:19:00 -05:00
Jakub Sobon
9a7e7b5af8
Support variable size container splits.
2019-01-14 01:11:55 -05:00
Jakub Sobon
964d676e31
Allowing container.Option to report an error.
2019-01-14 00:08:20 -05:00
Jakub Sobon
d39112bbad
Adding go 1.11.x as test target and dropping 1.8.x.
2019-01-13 22:04:38 -05:00
Jakub Sobon
ef6670eda3
Merge pull request #68 from mum4k/256-colors
...
Support for 256 colors.
2019-01-13 22:00:55 -05:00
Jakub Sobon
2071fd15bb
Support for 256 colors.
...
- Documenting color modes.
- Providing helper functions to set colors in different formats.
- Allowing users to set other than the 8 system colors.
Fixes #66
2019-01-13 21:53:26 -05:00
Jakub Sobon
60e0e5f91e
Merge pull request #64 from mum4k/release-0.3
...
Release 0.3
2019-01-13 02:02:21 -05:00
Jakub Sobon
64819efa3c
Merge branch '10-line-chart' into devel
2019-01-13 01:51:48 -05:00
Jakub Sobon
e73ffee2b1
Merge branch 'master' into devel
2019-01-13 01:51:39 -05:00
Jakub Sobon
f31899947c
Merge branch 'master' into 10-line-chart
2019-01-13 01:51:08 -05:00
Jakub Sobon
2f4e0a1669
Adding a linechartdemo gif.
2019-01-13 01:40:24 -05:00
Jakub Sobon
bc911a3cd6
More test coverage for linechart.
2019-01-13 01:38:39 -05:00
Jakub Sobon
1db0cfc7f1
Test coverage for the initial functionality of linechart.
2019-01-13 00:03:19 -05:00
Jakub Sobon
c2fd0aa46f
Better names for arguments.
2019-01-12 21:26:36 -05:00
Jakub Sobon
5a392572f0
Proof of concept code that draws a single line chart.
2019-01-12 21:13:03 -05:00
Jakub Sobon
bb7af7755e
Utility to find min and max from a slice of values.
2019-01-12 16:05:19 -05:00
Jakub Sobon
01957f0d15
Finalizing the axes package.
...
It can determine details for both of the axis.
2019-01-12 15:55:49 -05:00
Jakub Sobon
426cc6230b
Placement of labels under the X axis.
...
And more test coverage.
2019-01-12 00:01:04 -05:00
Jakub Sobon
a3bed458d6
More validation for the scales.
2019-01-08 23:56:05 -05:00
Jakub Sobon
bdd0290c98
Scale for the X axis.
2019-01-08 23:36:21 -05:00
Jakub Sobon
27d9a6c7c5
Adding missing license.
2019-01-08 00:28:05 -05:00
Jakub Sobon
6da1d10f86
Complete implementation of the YAxis object.
2019-01-08 00:24:48 -05:00
Jakub Sobon
310f12a5ae
Licenses for label.go.
2019-01-07 23:42:46 -05:00
Jakub Sobon
f61d5f045d
Function that determines label placement.
2019-01-07 23:42:17 -05:00
Jakub Sobon
01e44819cb
Reversing scale inputs and outputs.
...
So they grow as the coordinates do.
2019-01-07 22:55:28 -05:00
Jakub Sobon
025e8a7efb
Adding numbers.Round for backward compatibility.
...
And disabling tests of unimplemented components.
2019-01-07 20:53:42 -05:00
Jakub Sobon
91972c941e
Adding licenses.
2019-01-07 00:16:48 -05:00
Jakub Sobon
79c7955335
Numerical functions and representations of value, scale and axis.
2019-01-07 00:15:31 -05:00
Jakub Sobon
d8c24da6c4
Initial skeleton and API for the LineChart widget.
2018-12-31 00:17:38 -05:00
Jakub Sobon
084c5ad259
Merge pull request #62 from mum4k/10-braille-line
...
Function that draws lines on a braille canvas.
2018-12-30 22:39:39 -05:00
Jakub Sobon
86244cc595
Adding a licence.
2018-12-30 22:36:53 -05:00
Jakub Sobon
7008fa292f
More test coverage.
2018-12-30 22:34:36 -05:00