Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script src="https://raw.github.com/mbostock/d3/master/d3.v2.min.js"></script>
<meta charset=utf-8 />
<title>Issues with tickValues</title>
</head>
<body>
  
  
    <div id="chart" class="chartContainer"></div>
                    
            
            
                        <div id="currentChartSubPane" style="display: show;">
                        
                        
                        
                                <hr>
                                
                            
                            
                            <!-- for demo : to be deleted-->
                            <button id="updateChartData" type="button" class="" value="updateChartData">updateChartData</button>
                            
            
                            
                            <hr>
                        
                            
                            
                                
                                
                                <div>
                                    
                                    <label>Chart Type</label>
                                    <select id="chartType">
                                        <option value="1">Vertical Bars</option>
                                        <option value="2">Vertical Stacked Bars</option>
                                        <option value="3">Horizontal Bars</option>
                                        <option value="4">Horizontal Stacked Bars</option>
                                        <option value="5">Line</option>
                                        <option value="6">Pie</option>
                                    </select>
                                    
                                    <br>
                                    <br>
                                    <div>
                                        
                                        <table id="selectedPalette"></table>
                                    
                                    </div>
                                    
                                    <br>
                                    
                                    
                            <hr>
                                <div class="chartPaneTitle">Series</div>    
                                <br>
    
                                <div id="selectedSeries" style="border-radius: 10px; outline: 1px solid grey; overflow: auto; "></div>
                                
                                </div>
                                
                                
                            
                        </div>
    
        
  
  
</body>
</html>
Output 300px

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
gibitopro
0viewers