Skip to content

Commit

Permalink
Enhancement: Chart rendering performance (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphwetzel authored and ralphwetzel committed Jan 16, 2017
1 parent d55aa88 commit c98ef77
Show file tree
Hide file tree
Showing 20 changed files with 519 additions and 173 deletions.
23 changes: 23 additions & 0 deletions licenses/scrollMonitor
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
// https://github.com/stutrek/scrollMonitor
// version 1.2.2

Copyright 2013 Stu Kabakoff and contributors

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@
'configparser',
'stem',
'bottle>=0.12.8',
'cherrypy'
]
)
6 changes: 3 additions & 3 deletions theonionbox/config/theonionbox.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ session_ttl = 30
# Note: This is applicable for login procedures as well as monitoring activities.
# Note: The minimum duration accepted == 30, max == 3600. Values will be forced into that range.


# Deprecated since v3.2RC3
# Define the webserver used for serving the pages.
# sever = default
Expand All @@ -63,6 +62,7 @@ ssl = no

[TorProxy]
# Address:Port of the Tor proxy to operate with
# v3.2: Only used to query onionoo network data
# tor_proxy = 127.0.0.1:9050

# Not yet implemented:
Expand All @@ -75,9 +75,9 @@ ssl = no

[TorRelay]
# How shall we establish the connection to the relay?
# => via ControlSocket:
# => via ControlSocket (define additionally tor_socket):
# tor_control = socket
# => via ControlSocket:
# => via ControlPort (define additionally tor_host & tor_control_port):
# tor_control = port
# Note: This defaults to tor_control = port if not defined!
tor_control = port
Expand Down
6 changes: 6 additions & 0 deletions theonionbox/css/box.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@ body {
min-width: 200px;
}

.box_datum_modal {
font-family: "LatoLatinWebLight";
font-size: 19px;
text-align: right;
}

.box_value {
font-family: "LatoLatinWeb";
font-size: 19px;
Expand Down
Loading

0 comments on commit c98ef77

Please sign in to comment.