We have updated Flexmonster Software License Agreement, effective as of September 30, 2024. Learn more about what’s changed.

How to change the filepath of my custom theme

Answered
Pijat-Prisset Kevin asked on April 16, 2022

Hello,

I made a custom theme with the "custom theme builder" and I use this line in my "style.css" to link my theme to my flexmonster interface :

@import "flexmonster/theme/CustomTheme/flexmonster.min.css";

Is it possible to move the theme outsite of the flexmonster folder and still use it ?

3 answers

Public
Pijat-Prisset Kevin April 17, 2022

Hello again,

I have a bigger problem, my chart show only one data.

Attachments:
Capture2.PNG
Capture.PNG

Public
Maksym Diachenko Maksym Diachenko Flexmonster April 18, 2022

Hello!

Thank you for writing to us. Please see our suggestions below:

Changing the theme path
You can add the theme generated by the custom theme builder to your project wherever you like and then access it by changing the path inside the CSS @import statement.

Showing several measures on the chart
The described chart behavior is happening because charts display only one measure by default. To change it, you can set the multipleMeasures chart option as true. This configuration will allow displaying more than one measure at once. Also, make sure that the slice contains both measures.

Please see an example of a chart with two measures: https://jsfiddle.net/flexmonster/9rk264yv/.

Feel free to contact us if more questions arise.

Best Regards,
Maksym

Public
Pijat-Prisset Kevin April 18, 2022

Hello,

Thanks to your example, I put the data "Nombre de phrases" on the Y axis and the data "Nombre de mots" on the X axis like I wanted.
But when I try to update my interface, the data "Nombre de mots" put itself on the 2 axis.
I tried to resolve this on JSFiddle and it works but only on JSFiddle : https://jsfiddle.net/muf6e1xv/13/
The only difference I see between my program and the one I made on JSFiddle is the fact I use Angular on the project I'm working on.
 
 

Maksym Diachenko created a new ticket #45353 from this answer

Please login or Register to Submit Answer