morris.js Questions

6

Solved

Why am I getting an exception Uncaught Error: Graph container element not found when using morris.js?
Zymogenesis asked 11/8, 2013 at 21:15

4

I'm a JavaScript beginner using morris.js to create a bar chart where I need each bar containing a y value to be a different color. The code below shows what I've done so far Morris.Bar({ element:...
Dichlamydeous asked 5/11, 2014 at 17:52

4

I was wondering if it is possible to set a max axis value (say, I want the highest point of my data to be the top end of the y-axis) on a bar chart? I see there are options for ymin and ymax on lin...
Ponceau asked 9/8, 2015 at 10:37

2

Solved

Am loading graph based on selected item using angularjs. If i select the first item i am getting the details in my controller function am displaying it.when i select the next item,graph loading but...
Som asked 12/10, 2017 at 12:22

3

Solved

I am drawing some charts for a school project pulling data from a mysql database. Here is what I've done so far: DONUT CHARTS JS CODE: Morris.Donut({ element: 'donut-quanti', data: [ {label: ...
Gallicanism asked 17/5, 2014 at 23:10

3

Solved

I have started using morris.js line chart in my html page. Is there a way to set the y-axis to only contain integers? Now it displays decimal numbers, but my data set only contains integers.
Bin asked 2/9, 2013 at 11:10

7

I have a morris.js bar graph. I want to place count on top of this graph. I looked into morris.js bar doc, could not find any. On hover it should display value but on top of bar it should display...
Weldonwelfare asked 8/5, 2014 at 9:26

1

Solved

In Morris.js Bar chart all labels are not showing properly But in big screen it shows all labels properly.It has 12 labels but it's not showing all labels. Morris.Bar({ element: 'morris-bar-char...
Dublin asked 19/1, 2019 at 9:19

2

Solved

I have a situation where I am trying to use MorrisJS charts inside two different bootstrap tabs. The chart loads fine in the first (default) tab but when I click into the second tab the chart doesn...
Demure asked 9/11, 2016 at 22:25

5

I have a chart generated with Morris.JS but the labels on the x-axis are to long and being cut off due to the limited height of the area showing the labels. The code below would render a graph th...
Simoniac asked 31/10, 2013 at 19:45

2

Solved

I try to put Morris js donut chart in the flex container with 2 flex items, I expect that chart in flex: 1 container will resize, but it does not. Does anyone know how to make the chart to be respo...
Crumhorn asked 17/2, 2016 at 23:49

1

I have a page wherein I am displaying 23 donut charts using morris.js plugin. During performance analysis I came across this: Of course there are 22 more of these warnings. The resultant time is ...
Benedictus asked 3/5, 2017 at 23:26

1

Solved

I'm using the morris.js chart along with the bootstrap slider. What I want to do: If the slider is moved, I want to insert an event-line into the chart at the position of the sliders value. Nothin...
Longdrawnout asked 3/4, 2017 at 12:33

2

Solved

I am losing my mind on this and can't figure out the issue. I am using the following code to render a chart using morris.js and I keep getting a "Uncaught TypeError: Cannot read property 'match' of...
Thelmathem asked 7/7, 2014 at 1:38

1

Solved

I am displaying data in graphical format and I am using Morris.Bar function in my cshtml page. The Y axis has categories namely: Performance, Maintainability, Others, Portability, Reliability and S...
Clinton asked 7/12, 2016 at 5:20

4

Solved

I am trying to use morrise charts to build a line chart that will display vehicles' numbers according to days among the week. The problem is when I use String in the xKey the results appears like ...
Infrequent asked 3/3, 2014 at 13:53

2

Solved

I would like to display a chart which shows integers on the x axis instead of dates. Here is a fiddle of the example: http://jsfiddle.net/cs3vigny/srmqcfjh/ new Morris.Line({ element: 'film-com...
Ephemera asked 2/4, 2015 at 19:13

1

I have two series with different range and I am trying to plot it in two ranges with different scale on two y-axis of line chart morris.js. Is that possible? I only can see one serie-1 because se...
Blunderbuss asked 27/7, 2015 at 11:52

0

I've been encountered in an issue that was very illusive. I have two tabs: "Dashboard", "Edit App". In "Dashboard" I have a Morris Donut chart. In "Edit App" there's no Morris charts at all. Th...
Imprest asked 29/6, 2016 at 15:22

1

Solved

I'm using morris.js line chart in order to display different series values. I would like to format my X axis so instead of the year I can place a 3 chacarter day of week. Example: 2016-05-10 ...
Tami asked 8/6, 2016 at 1:7

1

how to push data into stack of morris bar chart, if come multiple similar month data from ajax call from different account this is my code: DashboardService.getGraphForYear(year).success(function ...
Housum asked 24/7, 2014 at 5:38

3

Solved

I'm having some problems getting a morris.js chart to show up in a bootstrap modal correctly. Not only is the sizing off but the chart doesn't draw. I have searched around and so far can't find a s...
Starknaked asked 16/9, 2014 at 20:44

1

Solved

I am having an issue getting months to show correctly in a morris.js chart. <script> var months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']; Mor...
Erl asked 8/5, 2015 at 17:53

1

I use morris chart to visualize my date, however in the xkey, which is the Year, shows the number as a year instead of the day. This is my code that shows the value of the day 5 days from now Mor...
Pieria asked 22/4, 2015 at 8:5

1

Solved

I'm parsing values from a JSON structure into a Morris JS bar chart. The JSON values are loaded via Ajax. The problem is that only every second values is loaded into the x-line (xkeys). My code: ...
Isomer asked 24/11, 2014 at 8:40

© 2022 - 2024 — McMap. All rights reserved.