Canvas - Graph legend position

Hey @cesarlino,

Try this:

.canvasRenderEl .flot-base {
    width: 70% !important;
}
.canvasRenderEl .legend table {
    left: 75% !important;
}