mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 16:26:40 -04:00
put 'today' in the middle of the bar
This commit is contained in:
parent
c9c7b8c25b
commit
2dc9878435
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ $(function () {
|
|||
$.plot($("#placeholder"), [
|
||||
{ data: d, bars: { show: true, barWidth: 0.8 } }
|
||||
], {
|
||||
xaxis: { ticks: [[0.5, "Today"]] }
|
||||
xaxis: { ticks: [[0.4, "Today"]] }
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue