Posts

Showing posts from February, 2014

jqPlot resize bar charts

To make a jqPlot bar chart resizeable, you need to do this:
$(window).on('resize', function () {
$.each(chart.series, function(index, series) {
series.barWidth = undefined;
});
});
where "chart" is the object returned by $.plot when initializing the plot.

Top things to do after installing Manjaro KDE

Image
In this article I'll explain what you should to after installing Manjaro Linux with KDE  (current version 0.8.8)
Overview on my desktop
So, here's my current Manjaro KDE desktop look:




Here are the most important things I've done after installing Manjaro linux:
Appeareance
Fonts
First thing, and the most important, was to fix fonts. Default KDE fonts aren't that pretty, so I've installed "infinality fonts" and cairo ubuntu.

Here's my current font configuration: