13.08.2018, 06:16
Quote:Is it also possible to do this with a trend log in a frame?Can be done the same way but keep in mind that graph zoom feature will not work correctly with scaling.
Code:
.trends.view-frame {
transform: scale(1.25);
transform-origin: 0 0;
position: absolute;
width: 80%;
height: 80%;
}