c3.js Questions
4
I have an Identity Server (v4) on one server and a web application on a different server & domain. I only need windows authentication, and everything works fine with a redirect. However, I noti...
Diazine asked 3/7, 2018 at 9:34
7
Solved
Can I enlarge the font of c3js charts, such as in axis labels, data labels or categories? I'm interested in setting the general-case font to a larger one.
I searched the docs and couldn't find any...
Gothard asked 11/2, 2015 at 14:50
3
I am creating a line chart for a data series using C3.js.
I am struggling in trying to show the "points" only for one of the series.
Basically, first I am creating a multiple series line chart wi...
8
I'm working on a timeline display and I have data that I want to show on the tooltip. currently it only shows the value at each time. and I cannot find a way to change it. the example below shows h...
Elysha asked 15/7, 2014 at 9:13
1
Solved
The c3js.org/samples/options_subchart show the problem: the x-scale have no labels when navigating by a window selected by the subchart.
How to add x-axis labels when in this dynamic-window view? ...
Mesne asked 29/6, 2019 at 21:51
3
Solved
I am using SVG.toDataURL() to export c3js charts to png images. Exporting the charts to png works properly.
In case of the line charts, they are not rendered properly. e.g.
The x and y axis wid...
8
Solved
I am using the C3 JavaScript library for the display of graph data. When my page initially loads, the graphs are hidden. It isn't until a "tab" on the page is selected that the graphs display.
The...
Presber asked 23/9, 2014 at 19:51
3
Solved
How to update the default line width in a C3.js graph? How to update the tick (the circles) color?
Haberman asked 3/2, 2015 at 10:23
1
Background
I am currently working with Nuxt and need to render some C3 charts in a vue component. C3 is calling Window in the library so it throws an error on the C3 library import statement.
...
1
is there a way to achieve solid c3 grid lines via css without explicitly declaring line values?
Example:
C3's basic Grid Line example
var chart = c3.generate({
data: {
columns: [
['sample', 3...
4
Is there a way to position the legend in 'top right' for c3 charts?
The current options appear to only allow 'bottom' and 'right'. I've noticed there is a 'Custom Legend Option'. However, I wanted...
Friday asked 11/11, 2014 at 23:44
3
I want to use some kind of callback function that will run some code once the C3 Graph is finished loading so that I can change the fill colors of certain points.
Asper asked 19/11, 2014 at 22:27
3
Solved
I tried this c3.js code from jsfiddle (https://jsfiddle.net/varunoberoi/mcd6ucge) but it doesn't seem to work in my localhost.
I'm using uniserver as my server. I copy-paste everything but it's no...
Casein asked 13/7, 2016 at 6:58
3
Solved
How can I hide the ticks on the y-axis?
I currently achieve it by editing tick.format, as can be seen in this JSFiddle http://jsfiddle.net/DanielApt/bq17Lp02/1/
I'm not happy with this solution, as...
Fari asked 4/12, 2014 at 12:29
1
I'm trying to configure a c3gauge chart but I would like to show the threshold values in the chart (outside labels with the color would be nice) just to realize how far the value is from the next l...
Kiyokokiyoshi asked 12/5, 2015 at 6:18
1
Solved
I have managed to display "No data available message" on my chart. But trouble is that I want to show legend with data name even when there is no data.
If the values are null, the "No data" messa...
Denature asked 8/12, 2017 at 10:12
2
I'am using chart plugins from c3js.org like this:
data: {
x : 'x',
columns: [['data1',10,20,30],['data2',40,28,10]]
type: 'bar',
hide: ["hide1","hide2"],
onclick: function(d,i){
console.log(...
Rhigolene asked 28/11, 2014 at 11:36
4
Solved
I am creating a line chart using c3.js. I want to remove the default indicator line to x-axis with the tooltip.
I have tried tooltip formatting but the line remains same.
How this can be done?
...
Eyre asked 30/6, 2015 at 7:31
2
How can I change the Text of legend of pie chart. I am using c3 charts in my php page. I have already read the documentation of c3 charts but no luck.
Currently i am using this code it show legend...
Foreign asked 12/5, 2015 at 12:57
1
Solved
I searched a lot about Angular2 chart packages but there was no name of C3.js till I found an example of C3.js charts in link below
ani-angular.strapui.com/dashboard/charts/c3-chart
Then I searche...
1
Solved
I have created a chart using C3.JS. It has bar graph with line graph like as shown below
The graph is working fine but I have a requirement that I need a line graph to be shown within the toolti...
Flowage asked 27/3, 2017 at 9:5
3
I am facing problem with c3 charts sizing issue with in gridster. Can any one help me how can I make there charts to be properly auto resized according to the gridster box they are in? Please find ...
1
Solved
C3 graph overlap x-axis labels which is in date time format. I have googled this query but didn't get any solution for it.Is it possible that c3 only shows couple of date time rather then showing a...
Gladi asked 1/8, 2016 at 11:29
1
I've been searching the c3.js reference but couldn't find any setting that I can make the values appear in the bars. It's cool to have tooltips but it's easier in my situation to display values dir...
1
I am trying to use C3JS, which is a library based on D3JS in my VUEJS/WebPack project (created from this boilerplate).
I load D3JS by npm installing it and by loading it as a webpack plugin like a...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.